How to convert a JPEG XL (JXL) image to JPEG on a Mac
A JPEG XL file, with a .jxl extension, converts to a standard JPEG in a few seconds on a Mac. On macOS Sonoma and later you can open the .jxl in Preview and export it as JPEG; on any Mac that runs Manatee you can drag the file in, choose Convert, and pick JPEG. Either way you are swapping a modern, highly efficient format for the one image format that opens, uploads, and displays almost everywhere.
What JPEG XL is, and why your file may not open
JPEG XL is a newer image format from the same standards group behind the original JPEG, designed to do more with fewer bytes. It supports both lossless and lossy compression, higher bit depth for HDR, wide color gamuts, an alpha channel for transparency, and even animation, all while producing smaller files than an equivalent JPEG at the same visual quality. On paper it is a genuine upgrade.
The catch is support. JPEG XL arrived recently and adoption has been uneven: some browsers and apps read it, others do not, and plenty of websites reject a .jxl on upload because they do not recognize it. On the Mac itself, system support was added in macOS Sonoma (version 14), so Preview and QuickLook can open JXL there. On Monterey and Ventura they usually cannot, and you get a file that will not preview at all. That gap is the whole reason people convert: JPEG is understood by every browser, every phone, every printing service, and every social and messaging app, going back decades.
You probably have a .jxl because something chose it for efficiency: an image tool that exports it to save space, a photo library that adopted it, or a file someone sent you from a workflow built around it. The format is fine for storage. It becomes a problem the moment the file has to travel to somewhere that only speaks JPEG.
How to convert JXL to JPEG on a Mac
If you are on macOS Sonoma or later, Preview can do it:
- Double-click the .jxl to open it in Preview.
- Choose File, then Export.
- Set Format to JPEG and adjust the Quality slider toward the high end.
- Click Save.
Preview is free and already there, and for a single file on a recent macOS it is all you need. Its limits are two: on older macOS versions it cannot open the JXL at all, and even where it can, converting a batch means repeating the export for every file by hand.
Manatee covers both gaps, and works the same on every supported macOS version because it carries its own image engine rather than relying on the system to understand JXL:
- Open Manatee and choose Convert, or right-click the files in Finder and choose Fix with Manatee.
- Pick JPEG as the target.
- Drop in one .jxl or a folder full of them. Each appears in the job list with its progress.
- Each JPEG is written as a new copy next to the original .jxl, which is left untouched.
Nothing is uploaded and there is no account; the conversion happens on your Mac. Because the original is never modified, you can convert freely and still keep the compact .jxl for storage if you want it.
The trade-off: efficiency versus reach
The honest cost of this conversion is that you are moving from a more capable format to a more compatible one. JPEG XL can store an image losslessly, in higher bit depth, and with better compression than JPEG. A standard JPEG is lossy, 8 bits per channel, and less efficient. So the JPEG you get will typically be larger than the JXL was, and if the JXL was a lossless master, the JPEG is a lossy copy of it.
For the reason most people convert, that trade is worth it. A photograph saved at high JPEG quality is visually indistinguishable from its source in normal viewing, and in exchange it works everywhere. Keep the perspective right: the JXL is the space-saving original to archive, and the JPEG is the copy you hand to the wider world. Since Manatee writes the JPEG alongside the .jxl instead of replacing it, you keep both without any extra effort.
What to watch for: lossless originals, transparency, animation
A few properties of JPEG XL do not survive the trip to JPEG, and it helps to know whether they apply to your file:
- Transparency. If the JXL has an alpha channel, JPEG cannot keep it, and transparent areas are filled with a solid color. If the transparency matters, convert to PNG instead of JPEG.
- Animation. A JXL can hold an animated sequence; JPEG cannot. You get a single still frame.
- Lossless masters. JPEG XL is sometimes used to store an image with no quality loss at all, and it can even hold a losslessly recompressed copy of an old JPEG. Converting such a file to a standard JPEG re-encodes it and reintroduces lossy compression, so if the point of your JXL was perfect fidelity, keep it as the master and treat the JPEG purely as the shareable version.
None of these are reasons to avoid converting; they are reasons to pick the right target and to hang on to the original. For a plain photographic .jxl with no transparency or animation, JPEG at high quality is the obvious and safe choice.
Questions
Why will not my .jxl open on my Mac at all?
Because system support for JPEG XL was added in macOS Sonoma. On older versions Preview and QuickLook do not recognize the format, so the file shows a blank or generic icon. Converting it to JPEG on a tool that carries its own image engine gives you a file the Mac can always open.
Will the JPEG be bigger than the JXL?
Usually, yes. JPEG XL compresses more efficiently, so the same image often takes more space as a JPEG at comparable quality. You are paying a little size for universal compatibility.
Can I get the exact original back from the JPEG?
No. Once you re-encode to a lossy JPEG, the discarded detail is gone. If you might need the original later, keep the .jxl as your master rather than deleting it after converting.
Should I use PNG instead?
Only if the image has transparency or is line art, text, or a screenshot with hard edges. For photographs, JPEG gives a much smaller file with no visible loss. PNG is the right call when you must preserve an alpha channel or crisp flat-color edges.