Here's how to convert png image into jpg: drop the file into the browser tool below and pick JPG as the output, or use Preview on a Mac, Paint on Windows, or the Files app on an iPhone. Any transparent pixels in the PNG get filled with a solid color, almost always white, because JPEG has no channel built to hold transparency at all.
People convert PNG to JPG for one reason almost every time: the destination, an upload form, a print vendor, an old piece of software, does not want the bigger, lossless file a PNG usually is. JPEG throws away the differences nobody can see and gets there in a fraction of the size, exactly what a photograph needs and exactly what a logo, a screenshot, or a scanned document does not. For what a JPEG actually is and why its compression runs at roughly a 10 to 1 ratio, see the JPEG guide.
Why Convert a PNG to JPG (and When to Keep It a PNG)
Converting makes sense when the image is a photograph and the destination genuinely will not take anything else: an upload form with a size cap, a print vendor's submission page, an old piece of internal software, or an inbox that chokes on anything large. It does not make sense for a logo, a screenshot, or a scanned document, since JPEG's compression is built for photographic detail and, as MDN puts it, PNG is "preferred over JPEG for more precise reproduction of source images, or when transparency is needed" (MDN, Choosing an image format).
| Your image | Convert to JPG? |
|---|---|
| Photo with a solid or busy background | Yes |
| Logo or icon with a transparent background | No, keep PNG or use WebP |
| Screenshot or text-heavy graphic | No, keep PNG |
| Scanned document | No, keep PNG or export as PDF |
| Photo that still needs transparency | No, use WebP instead |
Upload forms and print vendors are the two places this decision often gets made for you rather than by you. A form capped at a few megabytes will reject a photographic PNG outright, and a JPG at quality 80 usually clears that bar with no visible difference on screen. A print shop asking for flattened artwork with no transparency is asking for exactly this conversion, whether or not it says so in those words, and the same shop asking for a specific color profile is a separate request entirely, worth confirming before you convert rather than after the file bounces back.
How to Convert PNG Image Into JPG (Step by Step)
The fastest way is the browser: drop the PNG into our PNG to JPG converter, the output format already set to JPG, and download the result in seconds. Every major device also has a built-in way to do the same conversion without installing anything, though not all of them handle more than one file at a time.
| Method | Device | Batches multiple files? |
|---|---|---|
| Browser tool (this site) | Any device with a browser | Yes, up to 30 free |
| Preview export | Mac | Yes, select several first |
| Paint save as | Windows | No, one at a time |
| Files app Quick Actions | iPhone | No, one at a time |
In Your Browser (No Install, Any Device)
Drop the PNG into the PNG to JPG converter above. There is no signup for files up to 25 MB, batches up to 30 images at once, and the conversion runs at quality 80 by default, the setting treated as visually lossless for a photograph. EXIF metadata, the camera and GPS data a phone embeds in the file, gets stripped automatically, so nothing about where the photo was taken travels along with it. A free account raises the batch to 100 images a month with a usage dashboard, and Pro is 12 dollars a month flat for 10,000 images, 50 MB files, and batches of 100, with no per-image fee at any volume.
On a Mac (Preview Export)
Open the PNG in Preview, choose File, then Export, set the Format menu to JPEG, and drag the Quality slider before saving (Business Insider, HEIC to PNG). To convert several PNGs in one pass, select every file in Finder's sidebar first, then run the same Export steps once over the whole selection, and Preview processes the batch without opening each image individually.
On Windows (Paint Save As)
Right-click the PNG, choose Open with, then Paint. Use File, then Save as, and pick JPEG picture from the format list. Paint has no quality slider and only converts one file at a time, so for a full folder of screenshots or downloads, drop the whole batch into the browser tool instead and let it handle the repetition.
On an iPhone (Files App Quick Actions)
Save the PNG to the Files app, touch and hold it, tap Quick Actions, then Convert Image, and choose JPEG. Like Paint, this handles one image at a time, so for a batch of screenshots, AirDrop them to a Mac and run Preview's multi-select export, or open the browser tool in Safari and upload the whole set together.
On Android
Android has no dedicated conversion screen the way Windows and Mac do, and most Android camera photos are already JPEG by default, so the PNGs that actually need converting are usually screenshots or images downloaded from the web. Open the browser tool in Chrome on the phone exactly as you would on a desktop, nothing to install and nothing extra to trust with the file beyond the upload itself. It works the same way in any mobile browser, not only Chrome, so a Samsung Internet or Firefox user on Android gets the identical result.
Can I Just Rename a PNG to JPG?
No. Changing a file's extension from .png to .jpg edits the filename only, not the pixel data inside the file, so the result is a mislabeled PNG wearing a JPG name, not a converted image (Dogufy, Convert PNG to JPG). Try it and one of two things happens: most software refuses to open the file, because the bytes still say PNG no matter what the extension claims, or it opens and renders incorrectly, since a JPEG decoder reading raw PNG data has nothing sensible to decode.
A real conversion and a rename produce genuinely different files, not just different names. The browser tool or Preview's Export re-encodes every pixel using JPEG's own compression, which is why the result actually gets smaller and actually opens as a JPG everywhere it is sent. A renamed file stays exactly the same number of bytes as the original PNG, because nothing about the underlying data changed, only the three letters after the dot. If a program seems to accept a renamed file without complaint, check the size on disk: an unconverted PNG wearing a .jpg name will be the same size it always was, not the fraction a real conversion produces.
What Happens to Transparency When You Convert to JPG?
JPEG cannot store transparency at all, so the moment you convert a PNG with a transparent background to JPG, every transparent pixel gets replaced with a solid color, almost always white and sometimes black depending on the tool (PC Guide, PNG to JPG).
Why the Background Turns White (or Black)
There is nowhere in the JPEG format to store a see-through pixel, so a converter has to pick something to put there instead, and white is the safe default most tools reach for. A few tools default to black, which looks worse for an image with dark content near the transparent edge, so the fill color is worth checking rather than assuming it will be white every time.
Choosing the Right Matte Color First
A transparent logo flattened to white and then placed on a dark page shows up as a white rectangle where the transparency used to be, the classic white-box problem (File Studio, PNG to JPG transparency). The fix is to flatten the PNG onto the actual background color it will sit on before converting, in an image editor, rather than letting a converter guess and finding out only after the file is already sent.
What You Lose When You Convert PNG to JPG
You lose transparency completely, and you lose a small amount of image detail every time, because JPEG's compression is lossy by design and throws some information away for good.
| File | Size |
|---|---|
| Original PNG (photographic) | About 4.5 MB |
| Converted JPG (quality 80) | About 900 KB |
That size drop is the point for a photo: PNG keeps every pixel value exactly, so a photographic PNG in the four to five megabyte range is normal, and converting it at quality 80 typically lands close to 900 KB with no visible difference at normal zoom. The same compression is also generation loss: some quality is lost every time you recompress a JPEG, so convert once from your best copy and keep that PNG as the master rather than converting back and forth (Wikipedia, JPEG).
Screenshots, logos, and diagrams pay a different price than photos do. Their sharp contrast between adjacent pixels is exactly what JPEG's compression handles worst, so converting one usually adds visible fuzz around edges that were clean in the PNG, on a file that likely was not large enough to need the savings in the first place.
Why Does My Converted JPG Look Blurry or Have a White Box?
Most conversion surprises trace back to one of three causes: a quality setting too aggressive for the source, a transparent background you did not expect to lose, or a color profile mismatch on a print job.
Blurry or fuzzy output almost always means the quality setting was too low for that particular image. Sharp text and hard edges show compression artifacts sooner than a soft photograph does, so try a higher quality setting, or keep that specific file as PNG if the fuzz is not worth the smaller size. A white or black box where a transparent area used to be means the source had an alpha channel JPEG cannot store, and the fix is flattening onto the right color before converting, not after. Colors that look slightly off on a printed page usually mean the print vendor expected a specific color profile and got the wrong one, worth asking the vendor directly rather than guessing at settings. A file that seems larger than expected after conversion is rarely the tool's fault either, it usually means the source PNG had unusually little detail to begin with, a flat icon or a simple diagram, where JPEG's compression has little advantage over PNG's.
When Should You Keep PNG or Switch to WebP Instead?
Keep PNG whenever the image needs transparency, sharp text, or exact pixel values, and switch to WebP instead of JPG when you want a smaller file without giving up any of that. WebP keeps the alpha channel and still runs 25 to 35 percent smaller than an equivalent JPEG at the same visual quality, so you are not trading transparency away just to save space the way a JPG conversion forces you to. AVIF goes further still, often around 50 percent smaller than JPEG, though not every upload form or piece of software accepts it yet, which is exactly the kind of destination-first question this whole page keeps coming back to.
Batch Converting Multiple PNGs to JPG at Once
Every built-in method above converts one file at a time, Paint and the iPhone's Files app both work this way, which becomes real friction the moment you have a folder of a dozen screenshots instead of one. The browser tool is the batch route: drop the whole folder in at once, up to 30 images with no signup or 100 images a month with a free account, and every file downloads converted to JPG together instead of one download per image. Preview is the other real batch option on a Mac, since selecting multiple files in Finder's sidebar before running Export converts the whole selection in one pass rather than one file at a time.
Is It Safe to Convert PNG Files Online?
It depends on where the file goes and how long it stays there, not on whether the tool runs in a browser or as an installed program. This site's converter deletes uploaded files from storage within an hour of upload, a background job sweeps the bucket every 15 minutes, and every file is reachable only through a signed link that expires in 15 minutes, not a public URL anyone could guess or stumble onto. A local tool like Preview or Paint never sends the file anywhere at all, which is worth remembering for anything, a passport photo, a signed document, you would rather not upload anywhere in the first place. Whichever route you pick, the same rule applies: read the retention policy before you upload, not after, since a converter that stays silent about deletion is telling you something too.