Canon EOS R5 Camera Workflow May 25, 2026 · 14 min read

Canon EOS R5 Photo Organization:
The Complete RAW Workflow Guide

You bought the R5 because it's a powerhouse — 45MP stills, 8K video, 20fps bursts. Now you have 10,000 files spread across CFexpress and SD cards, and no idea where anything is. Here's the system that fixes it permanently.

In this guide

  1. The Canon R5 RAW workflow problem
  2. CFexpress vs SD card chaos & dual-slot headaches
  3. Duplicate files & naming collisions
  4. Folder structure templates
  5. Automatic organization with FolioSort
  6. Lightroom import workflow
  7. Wedding workflow
  8. Travel workflow
  9. Culling workflow
  10. Backup, export & NAS archiving
  11. Best practices checklist
  12. FAQ

The EOS R5 RAW Workflow Problem

Why this camera creates more file chaos than your 5D Mark IV ever did

Massive 45MP CR3 Files

Every uncompressed CR3 from the R5's 45-megapixel sensor weighs 45–60 MB. A single 2-hour portrait session at a moderate shooting pace produces 40–50 GB of RAW data. Shoot RAW+JPEG and that balloons even further. Your drives fill up insanely fast.

RAW+JPEG Doubles Everything

Many R5 shooters use RAW+JPEG for quick client previews or immediate social media delivery. But now every shutter press generates two files — _MG_9421.CR3 and _MG_9421.JPG — with identical filenames except the extension. Sorting them manually is a nightmare.

8K Video + Stills = Mixed Folders

The R5 is a true hybrid, shooting 8K RAW video and 4K 120p. You're likely shooting heavy MP4 or CRM video clips between stills. Now your card dump contains CR3, JPEG, and massive video files all mixed together with sequential numbering.

Generic Canon Naming

Canon names every file IMG_XXXX or _MG_XXXX (for Adobe RGB). After the counter rolls past 9999, it resets. You end up with _MG_0001.CR3 from three different shoots on three different cards. Good luck finding a specific file two years from now.

CFexpress + SD Card Chaos

The R5's mixed card slots make organization harder than it needs to be

Mismatched Speeds

The R5 uses Slot 1 (CFexpress Type B) and Slot 2 (SD UHS-II). Because CFexpress is much faster, many shooters write RAW/8K video to Slot 1 and JPEGs/proxies to Slot 2. This splits a single shoot across two totally different physical media.

Simultaneous Mode = Identical Files

In backup mode, both cards contain byte-for-byte identical files with identical filenames. Import both cards without thinking and you have exact duplicates cluttering your drive — or worse, overwriting each other if imported to the same folder.

Rec. Separately = Split Imports

If you use "Rec. separately" (CR3 → CFexpress, JPEG → SD), you import two cards that need to be merged into the same folder structure — matching _MG_9421.CR3 from card 1 with _MG_9421.JPG from card 2. Manual merging is extremely tedious.

Multi-Day Shoots on Big Cards

With 512GB or 1TB CFexpress cards, you might not format for weeks. Your card soon contains Friday's event, Saturday's wedding, and Sunday's portraits — all under DCIM/ with sequential numbering. No folder separation at all.

Duplicate Files & Naming Collisions

The silent workflow killer that grows with every shoot

Canon's sequential numbering system (IMG_0001IMG_9999) resets after 9,999 frames. Because the R5 shoots at 20fps electronically, you burn through 10,000 frames very quickly. Import two different cards with overlapping ranges into one folder and you'll silently overwrite files — or macOS will append (1) suffixes that break your Lightroom catalog links.

The backup-mode trap: Shooting to multiple cards writes identical files to both slots. If you import both cards into the same directory "just in case," you now have _MG_5230.CR3 and _MG_5230 (1).CR3 — two copies of the same 50 MB file eating disk space. Across a 4,000-photo event, that's an extra 200 GB of pure waste.

How FolioSort handles this: FolioSort detects naming collisions during organization. It can automatically append a unique suffix based on the file's EXIF timestamp, ensuring no file is ever overwritten or silently duplicated. You define the rule once and forget about it.

Folder Structure Templates for the R5

Three proven structures for different shooting styles — pick one and commit

Template 1: Date-Based (General / Portrait / Commercial)

Best for photographers who shoot multiple genres and need a simple, universal system. Every file lands in a year → month → day hierarchy. Add an Extension subfolder to separate CR3 from JPEG automatically.

FolioSort template: {YYYY}/{MM-Month}/{DD}/{Extension}/

Photos/
├── 2026/
│   ├── 01-January/
│   │   ├── 15/
│   │   │   ├── CR3/
│   │   │   │   ├── _MG_0142.CR3
│   │   │   │   └── _MG_0143.CR3
│   │   │   └── JPG/
│   │   │       ├── _MG_0142.JPG
│   │   │       └── _MG_0143.JPG
│   │   └── 28/
│   │       └── CR3/
│   ├── 02-February/
│   └── 03-March/

Template 2: Camera + Lens (Multi-Body / Multi-Shooter)

If you shoot with the R5 alongside an R6 Mark II or R3, separate files by camera model and lens. Ideal for second-shooter workflows where you need to track which body captured what.

FolioSort template: {YYYY}/{MM}/{Camera}/{Lens}/

Photos/
├── 2026/
│   ├── 05/
│   │   ├── Canon-EOS-R5/
│   │   │   ├── Canon-RF-24-70mm-F2.8-L-IS-USM/
│   │   │   │   ├── _MG_1200.CR3
│   │   │   │   └── _MG_1201.CR3
│   │   │   └── Canon-RF-85mm-F1.2-L-USM/
│   │   │       └── _MG_1250.CR3
│   │   └── Canon-EOS-R6m2/
│   │       └── Canon-RF-70-200mm-F2.8-L-IS-USM/
│   │           └── IMG_4500.CR3

Template 3: Event-Based (Weddings / Conferences / Sports)

Use FolioSort's Events feature to define time blocks. Files are sorted by when they were taken — not just by date, but by the specific moment within an event. The R5's EXIF timestamps drive the entire process.

FolioSort Events configuration:

2026-06-14_Smith-Wedding/
├── 01_Getting-Ready/
│   ├── _MG_3001.CR3    ← EXIF: 10:23 AM
│   └── _MG_3002.CR3    ← EXIF: 10:24 AM
├── 02_Ceremony/
│   ├── _MG_3180.CR3    ← EXIF: 2:05 PM
│   └── _MG_3181.CR3    ← EXIF: 2:06 PM
├── 03_Portraits/
│   └── _MG_3400.CR3    ← EXIF: 4:15 PM
├── 04_Reception/
│   ├── _MG_3600.CR3    ← EXIF: 6:30 PM
│   └── MVI_0012.MP4    ← EXIF: 8:45 PM (first dance video)
└── 05_Video-Clips/
    └── MVI_0008.CRM    ← EXIF: 3:20 PM (RAW video clip)

How FolioSort Organizes Your R5 Files

From card dump to clean folder structure in under 60 seconds

1

Dump Both Cards

Copy both the CFexpress and SD card contents into one staging folder. Don't sort, don't rename, don't think. Just dump. FolioSort handles the rest by reading each file's embedded EXIF metadata.

2

Pick Your Template

Choose a folder template — {YYYY}/{MM-Month}/{DD} for date-based, {Camera}/{Lens} for multi-body, or use Events for weddings. FolioSort's wizard suggests templates based on what it finds in your files.

3

Run — Done

Click Run. FolioSort reads EXIF from every CR3, JPEG, CRM, and MP4, then moves files into the correct folders. 4,000 files? Under 30 seconds. Naming collisions handled automatically. Open Lightroom and start culling.

What FolioSort reads from your R5 files:

CR3 (Canon RAW)

DateTimeOriginal, Camera Model (Canon EOS R5), Lens Model, Focal Length, Aperture, ISO, GPS (if paired via Camera Connect), Color Space, Image Dimensions. All preserved during organization — FolioSort never modifies file contents.

JPEG / HEIF

Same EXIF fields as CR3, plus embedded color profiles. FolioSort can route JPEGs/HEIFs to a separate subfolder or keep them alongside their RAW pair — your choice.

MP4 / CRM (Video)

Creation date, duration, resolution (8K/4K/1080p), codec info. Video clips get organized into the same date/event structure as your stills — no separate video workflow needed.

RF Lens Metadata

The R5 writes full lens identification into every file. Use {Lens} or {FocalLength} tokens to create subfolders by glass. Find every shot taken with your RF 28-70mm f/2 instantly.

Lightroom Import — Without the Pain

Stop fighting Lightroom's import dialog. Organize first, import second.

The problem with importing first

Lightroom Classic's import dialog wants to copy files into its own folder structure using a rigid date-based system. If you shoot CR3+JPEG, Lightroom imports both but gives you no clean way to separate them into folders. If you import from two cards, duplicate filenames cause conflicts. And Lightroom's "Into Subfolder" option only supports basic date tokens — no camera body, no lens, no custom events.

The FolioSort-first workflow

1

Organize with FolioSort

Run FolioSort on your raw card dump. Files are moved into your chosen folder structure with EXIF-based naming. CR3 and JPEG separated. Duplicates handled.

2

Import with "Add"

In Lightroom Classic, select the organized root folder and choose Add (not Copy or Move). Lightroom reads files in place and mirrors your folder structure exactly. No re-copying. No re-sorting.

3

Cull Immediately

Your Lightroom catalog now has folders named by date, camera, lens, or event. Navigate the folder panel to jump to any session instantly. Start culling — the organization is already done.

Bonus: Because you used Add instead of Copy, Lightroom doesn't duplicate your huge R5 files. The organized folder structure on disk is the catalog structure. Move the folder to a NAS later? Just update the Lightroom folder location — all edits, keywords, and collections stay intact.

Canon R5 Wedding Workflow

From 4 memory cards and 8,000 files to a delivery-ready structure in minutes

A typical R5 wedding generates massive data across two shooters. Lead on the R5 with an RF 28-70mm and RF 50mm f/1.2. Second shooter on an R6. Both shooting RAW+JPEG. Four cards (CFexpress + SDs) at the end of the night. Here's the workflow:

Step 1: Card dump

Back at your workstation, copy all cards into a single staging folder: ~/Staging/2026-06-14-Smith/. Don't try to sort cards into subfolders manually — let EXIF handle it.

Step 2: Define events

Open FolioSort, load the staging folder, and create Events with time blocks based on the day's timeline:

Getting Ready    → 09:00 – 12:30
First Look       → 12:30 – 13:00
Ceremony         → 14:00 – 15:30
Family Formals   → 15:30 – 16:00
Couple Portraits → 16:00 – 17:30
Cocktail Hour    → 17:30 – 18:30
Reception        → 18:30 – 23:59

Step 3: Run → Cull → Deliver

FolioSort reads every file's EXIF timestamp and sorts into event folders. Files from both the R5 and R6 end up in the same event folder, sorted chronologically. Import into Lightroom with Add. Cull by event — start with Ceremony (usually the most time-sensitive for the couple). Export directly from each event folder for partial delivery.

EOS R5 Travel Workflow

Organize 2 weeks of travel photography without a laptop on the road

Two weeks in Italy. R5 with an RF 24-105mm and RF 70-200mm. Shooting CR3 only. 400–600 frames per day. That's thousands of CR3 files across your CFexpress cards — no folder separation between Rome, Florence, and Venice.

On the road: just shoot

Don't waste travel time organizing on an iPad. Shoot freely. Format cards only when they're full and after you've verified the backup copy. Every file's EXIF contains the date, time, and lens data (plus GPS if paired with the Canon Camera Connect app). That metadata is your organizational safety net.

Back home: one-click organization

Dump all cards into a staging folder. Set FolioSort's template to {YYYY}/{MM-Month}/{DD}/{City}/. If you recorded GPS data, FolioSort reads it and reverse-geocodes to city names. Every photo lands in the correct day and location folder:

Italy-2026/
├── 2026/
│   ├── 05-May/
│   │   ├── 10/
│   │   │   └── Rome/
│   │   │       ├── _MG_5001.CR3
│   │   │       └── _MG_5002.CR3
│   │   ├── 15/
│   │   │   └── Florence/
│   │   └── 20/
│   │       └── Venice/

No GPS data? No problem. Use date-only sorting ({YYYY}/{MM-Month}/{DD}/) and the photos still land in day-by-day folders. You can manually rename the day folders to add city names later — or use FolioSort's rename feature to batch-rename based on EXIF data.

EOS R5 Culling Workflow

How to cut 4,000 frames down to 400 deliverables — faster

The R5's 20fps electronic shutter means you'll often have 10–15 nearly identical frames from a single sequence. Culling is where you reclaim time. But culling 4,000 unsorted 45MP files in a flat folder is masochistic. Here's how pre-organization makes culling 3x faster:

Cull by Event, Not by Card

After FolioSort sorts by event time blocks, you cull Ceremony separately from Reception. Each event is 300–800 frames — digestible. You maintain focus and make faster keep/reject decisions.

Separate CR3 from JPEG First

If you shot RAW+JPEG, use FolioSort to route JPEGs to a Previews/ subfolder. Cull using the smaller JPEGs in Photo Mechanic or FastRawViewer, then match your picks back to the massive CR3 files for editing.

Lens-Based Culling

Sort by lens to quickly review all 85mm portraits together, all 15-35mm wide shots together. This is especially useful for wedding formals — find every 35mm group shot in one folder instantly.

Archive Rejects Separately

Don't delete rejects immediately. After culling, move rejected files to an _Rejects/ folder within the event. Archive to a cold storage drive. Delete after 6 months if the client hasn't requested anything extra.

Backup, Export & NAS Archiving

A folder structure only matters if it survives long-term

The 3-2-1 backup rule for R5 shooters

3 copies of every file. 2 different media types (SSD + NAS, or SSD + cloud). 1 offsite (cloud or a drive at a friend's house). The R5 produces gigantic files — a single wedding can be 300+ GB of RAW data. You need a system that scales.

Export workflow

Recommended archive structure:

Archive/
├── 2026/
│   ├── 2026-01-15_ProductShoot-BrandX/
│   │   ├── RAW/                    ← Original CR3 files
│   │   ├── Selects/                ← Edited TIFFs/PSDs
│   │   ├── Delivery/               ← Final JPEGs for client
│   │   └── Lightroom-Catalog/      ← .lrcat + previews
│   ├── 2026-03-01_Italy-Travel/
│   │   ├── RAW/
│   │   ├── Selects/
│   │   └── Web-Export/             ← Resized for Instagram/blog
│   └── 2026-06-14_Smith-Wedding/
│       ├── 01_Getting-Ready/
│       ├── 02_Ceremony/
│       ├── 03_Portraits/
│       ├── 04_Reception/
│       ├── Delivery-Gallery/       ← Client-facing exports
│       └── Lightroom-Catalog/

NAS archiving

Because FolioSort creates a plain folder-and-file hierarchy — no database, no catalog file, no proprietary index — you can copy the entire structure to any NAS (Synology, QNAP, TrueNAS) and it's instantly browsable. No import step. No conversion. Works with Immich, Photoprism, or just SMB shares from any device.

Cold storage tip: After final delivery, move the massive RAW/ folder to a dedicated archive drive and keep only Selects/ and Delivery/ on your fast SSD. Your working drive stays lean. The archive drive has everything, organized identically, searchable by date and project name.

Canon R5 Organization — Best Practices Checklist

Print this. Tape it to your monitor. Follow it every time.

📥 Before the Shoot

  • Format both the CFexpress and SD cards in-camera before every shoot
  • Set your R5's file numbering to Continuous (not Auto Reset) to minimize naming collisions
  • Decide dual-slot mode: Rec. to multiple for weddings/paid work, Rec. separately for casual shooting
  • Set the correct date/time on your R5 — EXIF timestamps drive the entire workflow
  • Pair with the Camera Connect app if you want location-based folders via GPS

💾 Import & Organization

  • Always copy (never move) from CFexpress/SD card to staging folder first
  • Verify file count: card file count should match staging folder count
  • Run FolioSort on the staging folder — not on the cards directly
  • Use consistent folder template across all shoots: {YYYY}/{MM-Month}/{DD}/
  • Separate CR3 and JPEG using extension-based subfolders
  • Import into Lightroom with Add mode, never Copy

🔒 Backup & Archive

  • Follow 3-2-1: 3 copies, 2 media types, 1 offsite
  • Keep cards unformatted until backup is verified on at least 2 destinations
  • Copy the organized folder structure — not flat dumps — to NAS
  • Archive Lightroom catalog (.lrcat) alongside the image folders
  • Cold-archive massive RAW files after delivery; keep Selects on fast storage

🧹 Ongoing Maintenance

  • Process cards within 48 hours of the shoot — don't let them pile up
  • Delete the staging folder only after backup is confirmed
  • Review and purge _Rejects/ folders quarterly to reclaim SSD space
  • Test NAS backup integrity annually — spot-check random files
  • Update your FolioSort template if your workflow evolves — consistency matters

Frequently Asked Questions

Common questions about organizing Canon EOS R5 photos

The Canon EOS R5 shoots 45-megapixel CR3 files. A single uncompressed CR3 is roughly 45–60 MB, and even larger if Dual Pixel RAW is enabled. With RAW+JPEG enabled, each shutter press creates two files — a CR3 and a JPG — which doubles the file management challenge. FolioSort handles both file types natively.
FolioSort reads the EXIF DateTimeOriginal field embedded in every CR3 and JPEG the R5 produces. Set a folder template like {YYYY}/{MM-Month}/{DD}/ and FolioSort moves each file into the correct year, month and day folder automatically — no manual sorting required. The process handles thousands of files in seconds.
Yes. FolioSort sorts by file type natively. Use the extension-based sorting option or include {Extension} in your folder template to automatically route CR3 files into a RAW/ subfolder and JPEG files into a JPG/ subfolder within the same date hierarchy. This keeps your RAW editing files separate from quick-share JPEGs.
When shooting with dual card slots (especially in "Rec. to multiple" backup mode), you'll get identical filenames like _MG_0001.CR3 on both cards. FolioSort handles naming collisions automatically — it can append a unique suffix or use EXIF timestamp renaming to guarantee unique filenames during organization. No silent overwrites, no manual intervention.
Use FolioSort's Events feature to define time blocks matching the day's timeline: Getting Ready (10:00–13:00), Ceremony (14:00–15:30), Portraits (16:00–17:30), Reception (18:00+). FolioSort reads each file's EXIF timestamp and sorts all CR3, JPEG, and video files from both camera bodies into the correct event subfolder automatically. See our wedding folder structure guide for the full breakdown.
Yes. FolioSort reads creation metadata from MP4 (HEVC/H.265) and Cinema RAW Light (CRM) files produced by the R5. Video clips are organized alongside photos using the same folder template — no separate workflow needed. Whether it's a quick 4K clip or a massive 8K RAW file, it lands in the correct date/event folder.
Organize your files with FolioSort first, then import the organized root folder into Lightroom Classic using Add mode (not Copy or Move). Lightroom will mirror the folder structure FolioSort created, giving you a pre-organized catalog from the start. This avoids duplicate file copies and keeps your disk usage efficient.
Yes. The R5 writes full lens identification metadata into every file's EXIF data. FolioSort can use the {Lens} or {FocalLength} tokens in folder templates, automatically creating subfolders like Canon-RF-24-70mm-F2.8-L-IS-USM/ or 85mm/. This makes it easy to find every portrait or wide-angle shot from a session.

More Guides & Resources

Tame your Canon R5 files

Download FolioSort free. Organize up to 100 files per operation with no account required.

Free forever No account needed macOS 14+ & Windows 10+