
TIFF files are massive. A single scan can eat 30-50 MB, and batch converting a folder of them? You’ll burn through storage fast. I spent two weeks testing every free TIFF to JPG converter I could find – online tools, desktop apps, command-line utilities – and narrowed it down to 7 that actually work without hidden fees or quality loss.
If you’re working with other image formats too, check out our guides on converting HEIC to JPG and converting RAW to JPG.
Quick Comparison: Best Free TIFF to JPG Converters
| Tool | Type | Batch Support | Max Free Size | Quality Control | Best For |
|---|---|---|---|---|---|
| CloudConvert | Online | Yes (5/day) | 1 GB | Yes (1-100) | Quick one-off conversions |
| XnConvert | Desktop | Yes (unlimited) | No limit | Yes + filters | Batch converting hundreds of files |
| IrfanView | Desktop (Win) | Yes (unlimited) | No limit | Yes (1-100) | Windows power users |
| GIMP | Desktop | Via Script-Fu | No limit | Yes + metadata | Editing before converting |
| Convertio | Online | Yes (2 files) | 100 MB | No | Mobile/tablet users |
| macOS Preview | Built-in (Mac) | Yes | No limit | Limited | Mac users who want zero installs |
| ImageMagick | CLI | Yes (unlimited) | No limit | Full control | Developers, automation scripts |
1. CloudConvert – Best for Quick Online Conversions
CloudConvert handles TIFF to JPG without installing anything. Upload your file, pick JPG as output, hit convert. Done in seconds for most files under 20 MB.
The free tier gives you 25 conversion minutes per day and up to 5 concurrent files. For a single TIFF, that’s more than enough. I converted a 47 MB multi-page TIFF scan in about 12 seconds, and the output JPG was 1.8 MB at 90% quality. That’s a 96% size reduction with no visible difference.
What I actually like here: you get a quality slider (1-100) before converting. Most online tools just dump you a JPG at whatever default they’ve picked. CloudConvert lets you choose between smaller files and higher fidelity. Set it to 85 for web use, 95+ if you need print-ready output.
The catch? Multi-page TIFFs get split into separate JPGs, which is usually what you want anyway since JPG doesn’t support multiple pages. If you need to keep pages together, converting TIFF to PDF makes more sense.
How to convert TIFF to JPG with CloudConvert:
- Go to cloudconvert.com and select TIFF to JPG
- Upload your .tiff or .tif file (drag and drop works)
- Adjust quality if needed – I recommend 85-90 for most uses
- Click Convert, then download the JPG
2. XnConvert – Best for Batch Processing
If you have 200 TIFF files from a scanner and need them all as JPGs, XnConvert is the answer. It’s free for personal use, runs on Windows, Mac, and Linux, and handles batch conversions with zero fuss.
I threw 340 TIFF files (total 8.2 GB) at it. The whole batch finished in under 4 minutes on a mid-range laptop. Every single file converted correctly, including some problematic 16-bit TIFFs that other tools choked on.
The interface looks dated but works well. You drag files into the Input tab, set JPG as output format, and optionally add actions like resizing or renaming in between. The Actions tab is where XnConvert separates itself from basic converters – you can chain resize, rotate, crop, watermark, and color adjustments in one pass.
One thing that tripped me up initially: the default output folder is the same as the source. Change this in the Output tab unless you want JPGs mixed in with your original TIFFs.
How to batch convert TIFF to JPG with XnConvert:
- Download XnConvert from xnview.com (free for personal use)
- Open the app and drag your TIFF folder into the Input tab
- Go to Output tab, select JPG, set quality to 85-95
- Choose an output folder different from your source
- Click Convert
3. IrfanView – Best for Windows Power Users
IrfanView has been around since 1996 and honestly it shows in the UI. But for pure conversion speed on Windows, nothing touches it. The batch conversion dialog handles thousands of TIFFs without breaking a sweat.
Open IrfanView, go to File > Batch Conversion/Rename, add your files, pick JPG output, done. The quality slider goes from 1 to 100. I keep mine at 88 – good balance between file size and sharpness.
Where IrfanView really shines: multi-page TIFF handling. It reads them natively, lets you navigate pages, and can export each page as a separate JPG or just the page you’re viewing. This is something a lot of online tools struggle with, especially for scanned documents.
You’ll need the Plugins pack for some TIFF variants (like JPEG-compressed TIFFs). The installer offers it during setup, so just check that box. Free, no strings attached, no trial period shenanigans.
4. GIMP – Best When You Need to Edit First
GIMP is overkill if all you need is format conversion. But if your TIFF needs cropping, color correction, or any editing before becoming a JPG, it saves you a step.
Open the TIFF in GIMP, do your edits, then File > Export As > change extension to .jpg. GIMP shows an export dialog where you set quality (I use 90), progressive loading, and whether to keep EXIF metadata. That metadata toggle matters – stripping it can save 20-50 KB per file, which adds up in large batches.
For batch conversion without editing, GIMP has Script-Fu and Python-Fu scripting. Honestly, it’s a pain to set up compared to XnConvert or IrfanView. I only recommend this route if you’re already comfortable with GIMP’s scripting console.
GIMP handles 32-bit float TIFFs, CMYK TIFFs (with some caveats), and files with alpha channels. When exporting to JPG, the alpha channel gets flattened to white by default. If you need transparency, convert to PNG instead.
5. Convertio – Best for Mobile Users
Convertio works on any device with a browser. Phone, tablet, old laptop running ChromeOS – doesn’t matter. Upload TIFF, get JPG back. The mobile experience is clean, which is more than I can say for most converter sites.
Free tier limits: 100 MB per file, two files at once, 10 conversion minutes per day. For casual use, that’s fine. For anything serious, you’ll hit the wall fast.
Speed was decent in my testing. A 15 MB TIFF converted in about 8 seconds. The quality is fixed on the free tier though – you can’t adjust compression. The output defaults to high quality, so your JPGs will be bigger than they need to be for web use. If file size matters, run them through an image compressor afterward.
6. macOS Preview – Best Built-in Option for Mac
Mac users, you already have a TIFF to JPG converter installed. Preview does the job and does it well.
Open your TIFF file (it opens in Preview by default), go to File > Export, change the format dropdown to JPEG, adjust the quality slider, and save. That’s it. No download, no account, no upload to some random server.
For batch conversion: select multiple TIFF files in Finder, right-click, Open With > Preview. All files open in Preview’s sidebar. Then Edit > Select All, File > Export Selected Images, pick JPEG format. I converted 45 TIFFs this way in about 20 seconds.
The quality slider in Preview is visual – you see the estimated file size change as you drag it. Helpful when you’re trying to hit a specific file size target. Preview also handles multi-page TIFFs natively, showing each page in the sidebar.
7. ImageMagick – Best for Automation and Scripts
ImageMagick isn’t for everyone. It’s a command-line tool. No GUI, no drag-and-drop. But if you convert TIFFs regularly as part of a workflow, scripting it saves hours.
The basic command is simple:
magick input.tiff -quality 90 output.jpg
For batch conversion of an entire folder:
for f in *.tiff; do magick "$f" -quality 90 "${f%.tiff}.jpg"; done
I use ImageMagick in a cron job that watches a scanner’s output folder. Every new TIFF gets auto-converted to JPG and moved to a processed directory. Once set up, it runs forever without attention.
ImageMagick handles edge cases better than anything else on this list. 16-bit TIFFs, CMYK color space, LZW compression, tiled TIFFs, multi-page TIFFs with mixed DPI – it processes all of them correctly. The -flatten flag handles transparency, -colorspace sRGB handles CMYK, and -density controls resolution for the output.
Install it with brew install imagemagick on Mac, sudo apt install imagemagick on Linux, or download the Windows binary from imagemagick.org.
TIFF vs JPG: When to Keep the TIFF
Before you convert everything, here’s when you should keep the original TIFF:
- Archival scans – TIFFs are lossless. Converting to JPG means you can’t get the original quality back. Keep the TIFF as your master copy.
- Print production – Print shops often require TIFF. Ask before converting.
- Ongoing editing – Every JPG save degrades quality slightly. If you’ll edit the file again later, stay in TIFF until the final export.
- Medical or legal documents – Some compliance requirements mandate lossless formats.
Convert to JPG when you need smaller files for web, email, or sharing. A 40 MB TIFF becomes a 2-3 MB JPG at 90% quality with no visible difference on screen.
How to Convert Multi-Page TIFF to JPG
Multi-page TIFFs are common from scanners and fax software. JPG doesn’t support multiple pages, so each page becomes a separate file.
XnConvert and IrfanView handle this automatically – they name output files as filename_001.jpg, filename_002.jpg, etc. CloudConvert does the same but downloads them as a ZIP.
If you’d rather keep pages together in one file, converting TIFF to PDF is the better move. PDFs support multiple pages and still compress significantly compared to TIFF.
With ImageMagick, extract specific pages using bracket notation:
magick "input.tiff[0]" -quality 90 page1.jpg
magick "input.tiff[2]" -quality 90 page3.jpg
Page numbering starts at 0, not 1.
Quality Settings: What Number Should You Actually Use?
Every converter asks for a quality number and nobody explains what it means. Here’s what I found after testing identical TIFFs at different quality levels:
| Quality | Typical Size Reduction | Visual Difference | Good For |
|---|---|---|---|
| 95-100 | 70-80% | None | Photography portfolios, prints |
| 85-94 | 90-95% | None at normal viewing | Most uses, web, documents |
| 70-84 | 95-97% | Slight on zoom | Email attachments, thumbnails |
| Below 70 | 97%+ | Noticeable artifacts | Preview images only |
My default is 88. Not gonna lie, the difference between 85 and 95 is invisible in 99% of real-world usage. But going below 75 introduces visible compression artifacts, especially around text and sharp edges.
Frequently Asked Questions
Is converting TIFF to JPG free?
Yes. Every tool in this guide offers free TIFF to JPG conversion. Desktop apps like XnConvert, IrfanView, and GIMP are completely free with no limits. Online tools like CloudConvert and Convertio have free tiers with daily caps (25 conversion minutes and 100 MB respectively), which is enough for casual use.
Does converting TIFF to JPG lose quality?
Yes, technically. TIFF is lossless and JPG uses lossy compression. At quality settings of 85-95, the visual difference is undetectable to the human eye. Keep your original TIFF as a backup if you need archival quality. For web sharing, email, or document viewing, JPG at 90% quality looks identical to the TIFF original.
How do I convert a multi-page TIFF to JPG?
Each page becomes a separate JPG file since JPG doesn’t support multiple pages. Use XnConvert or IrfanView for desktop batch processing – they automatically split pages and number the output files. CloudConvert does the same online and delivers the results as a ZIP file. If you need pages in one file, convert to PDF instead.
What’s the fastest way to batch convert TIFF to JPG?
XnConvert is the fastest option for most people. It converted 340 TIFFs (8.2 GB total) in under 4 minutes during my testing. For automated workflows, ImageMagick with a shell script is faster and runs unattended. IrfanView is the fastest option on Windows specifically.
Can I convert TIFF to JPG on my phone?
Yes. Use Convertio.co in your mobile browser – it works on both iOS and Android without installing an app. The free tier handles files up to 100 MB. On iPhone specifically, the Files app can open TIFFs and share them as JPGs through the share menu.