Why Convert Camera RAW to DNG
Each camera manufacturer has a proprietary RAW format: Canon CR3, Nikon NEF, Sony ARW, Fuji RAF. Adobe's DNG (Digital Negative) is an open standard that preserves the same information.
Converting to DNG provides:
- Long-term compatibility: DNG is documented in ISO 12234. Camera RAW formats may stop being supported.
- Smaller files: DNG often saves 10-15% with lossless compression.
- Self-contained metadata: edits stay with the file, no XMP sidecars.
- Tool flexibility: any DNG-compatible tool reads camera-agnostic.
- Single archival format: one workflow regardless of camera.
This post covers the practical batch conversion workflow. For broader RAW context, see RAW to JPG for Lightroom.
Adobe DNG Converter
Adobe DNG Converter is free standalone software. Download from adobe.com.
Workflow:
- Install Adobe DNG Converter
- Launch
- Select source folder of RAW files
- Select destination folder
- Settings:
- Compatibility: Camera Raw 12.4 or later (most modern)
- JPEG Preview: Medium Size
- Compressed: Yes (lossless)
- Embed Original: Off (saves storage)
- Linear (demosaiced): Off (keep RAW)
- Click Convert
For 1000 CR3 files: typically 20-30 minutes on modern hardware. The conversion is bit-perfect lossless.
Lightroom Classic Conversion
For users with Lightroom Classic:
- Library module > select RAW files
- Library menu > Convert Photos to DNG
- Settings dialog: Compatibility, JPEG Preview, Compressed, Embed Original
- Click OK
Lightroom processes in background. Original RAWs are kept by default; deleted afterward if you choose.
The advantage: edits made in Lightroom stay with the converted DNG. The original RAW is removed once you're confident the conversion succeeded.
Command-Line Conversion
Adobe DNG Converter has CLI options on Mac:
# Mac
/Applications/Adobe\ DNG\ Converter.app/Contents/MacOS/Adobe\ DNG\ Converter \
-p2 -fm \
-d /path/to/output \
/path/to/source
Parameters:
-p2: Compatibility level (modern Lightroom)-fm: Failsafe mode-d: Destination directory
For Windows: the executable supports similar flags via cmd.
For batch processing with many folders: shell scripts or Python orchestration.
For batch automation patterns, see Batch Processing Files Guide.
File Size Comparison
For typical full-resolution RAW from various cameras:
| Source | Camera RAW size | DNG size (lossless compressed) |
|---|---|---|
| Canon R5 (45 MP CR3) | 50-65 MB | 45-55 MB |
| Nikon Z9 (45 MP NEF) | 55-70 MB | 50-60 MB |
| Sony A7R V (61 MP ARW) | 65-80 MB | 60-70 MB |
| Fuji X-T5 (40 MP RAF) | 50-60 MB | 45-55 MB |
| Hasselblad X2D (100 MP) | 90-110 MB | 80-95 MB |
DNG saves 10-15% storage with no quality loss. For a 5000-image archive: 50-100 GB savings.
Compatibility Levels
Adobe DNG Converter supports multiple "compatibility" levels for different Lightroom versions:
| Level | Compatible Lightroom | Use case |
|---|---|---|
| Camera Raw 7.1 | Lightroom 4+ | Maximum compatibility |
| Camera Raw 11.2 | Lightroom 8+ | Modern cameras |
| Camera Raw 12.4 | Lightroom 10+ | Newest cameras |
| Camera Raw 13.2 | Lightroom 11+ | Recent additions |
| Camera Raw 15.4 | Lightroom Classic 12+ | 2023+ cameras |
For new archive: highest level (newest cameras supported). For legacy software: lower level.
What's Lost in Conversion
DNG conversion preserves the demosaiced sensor data exactly. What's potentially lost:
- Canon Dual Pixel RAW: Canon's specialty for focus shift. Doesn't translate.
- Sony Pixel Shift: Sony's high-resolution multi-shot mode. Lost.
- Embedded camera-specific metadata: vendor-specific fields not in DNG spec.
- Some exposure stacks: HDR series may not preserve as group.
For most photography: nothing important is lost. The base image data is preserved.
For broader photography format choice, see TIFF vs DNG vs PSD.
Hybrid Workflow
For maximum safety:
- Keep original RAW files in cold storage (LTO, cloud archive)
- Convert to DNG for working library
- Edit DNG in Lightroom
- Delete DNG copies if storage tight; rebuild from RAW if needed
This hybrid avoids commit-to-DNG-only risk while gaining DNG benefits for active work.
For specific archival workflows, see FFV1 Archival Codec.
Lossy DNG
Adobe DNG Converter offers lossy DNG mode:
Settings > Compatibility > Use Lossy Compression: On
Lossy DNG is similar to JPEG quality 85. File size drops to 18-25 MB for a 45-megapixel source. Quality is visually identical to source for most viewers.
Use cases for lossy DNG:
- Archival of low-priority work (snapshots, casual)
- Bandwidth-constrained workflows (sharing thousands of images)
- Preview proofs for clients
For client deliverable masters: lossless DNG. For massive archives where storage matters more than perfect fidelity: lossy DNG.
Embedded Original RAW
DNG can embed the original RAW file:
Settings > Embed Original Raw File: On
This makes the DNG self-recoverable: if you ever need to extract the original CR3/NEF/ARW, you can. The cost is 2x storage (DNG + embedded RAW).
For archival paranoia: embed original. For storage efficiency: skip embedding.
Common Issues
Camera not supported error: Adobe DNG Converter version too old. Update to latest (Adobe releases new versions for new camera support).
Color shift after conversion: rare. DNG conversion is mathematically lossless. If color shifts, the original RAW had camera-specific color science that doesn't translate (rare).
Slow on large archives: DNG Converter is single-threaded. Use Lightroom Classic's batch convert (multi-threaded) or run multiple instances in parallel.
File still huge despite "compressed": lossless compression has limits. For maximum size reduction: lossy DNG or post-conversion JPEG export.
Lightroom Catalog gets confused: pre-conversion Lightroom catalog tracking by original RAW. After conversion, may need Library > Synchronize Folder.
Frequently Asked Questions
Should I delete originals after DNG conversion?
For most users: keep originals as cold backup, work from DNG. The 2x storage cost is insurance against catastrophic loss.
Is DNG smaller or larger than ProRes RAW?
ProRes RAW is video, DNG is photo. Not directly comparable. For 4K video: ProRes RAW is much larger than DNG.
Can I convert DNG back to camera RAW?
Only if you embedded the original. Extract via Adobe DNG Converter's "Extract Embedded Original RAW" feature. Otherwise, DNG to camera RAW is not possible.
What about DNG profiles?
DNG color profiles (DCP files) describe how to render the demosaiced data. Adobe Standard, Camera Standard, etc. They're separate from the DNG file but reference it.
Does Lightroom need DNG, or can it work with camera RAW?
Both work. Lightroom imports any modern camera RAW. DNG is convenient for archive consolidation; not required for daily editing.
How long does conversion take?
For 1000 RAW files at typical sizes: 20-40 minutes on modern hardware. Slower on older systems or slow drives.
Related Reading
Bottom Line
For RAW to DNG batch conversion: Adobe DNG Converter for one-time archive conversion, Lightroom Classic for ongoing workflows. Use lossless compression, modern compatibility level, optional original RAW embedding for paranoia. Saves 10-15% storage with bit-perfect quality preservation. Our image converter handles DNG-to-JPG conversion for delivery.


