How to Convert PNG to JPG on Windows 11: 5 Free Methods (No Download)
Windows converts PNG to JPG with nothing to install. Paint does it in three clicks, PowerToys handles bulk, and the browser hits exact sizes like 100KB. Five methods compared.
Windows converts PNG to JPG without installing anything. The built-in Paint app does it in three clicks through Save As, the Photos app handles it too, and PowerToys adds bulk conversion across a whole folder. For the exact file sizes upload forms demand, our browser converter hits targets like 100KB automatically and converts up to 50 files at once, with nothing uploaded. This guide covers five methods: Paint, the Photos app, PowerToys, the command line, and the browser. The right one depends on how many files you have and whether a form is dictating a size.
Why convert PNG to JPG on Windows
PNG files preserve every pixel, which makes them heavy. A screenshot can run several megabytes, and a folder of them piles up fast. JPG compresses the same image by 60 to 90 percent, which matters when a website caps upload size, an email rejects an attachment, or cloud storage fills with oversized exports. Windows 10 and 11 include everything needed to convert without a download, and each tool suits a different job.
Compatibility is part of the reason too. Some upload forms, older programs, and certain platforms accept only JPG and reject PNG. Government portals, exam registration systems, and a few legacy content tools fall into this group. JPG is the universal format every browser, phone, and operating system opens.
Method 1: convert with Paint
Paint is the quickest way to convert a single PNG on Windows. It has shipped with Windows for years, opens instantly, and saves JPG through a simple menu.
- Right-click the PNG in File Explorer and choose Open With, then Paint.
- Click the File menu in the top left.
- Hover over Save As and choose JPEG picture.
- Name the file, pick a folder, and click Save.
Paint converts immediately with a sensible default compression. The trade-off is control: no quality slider and no size target, so what you get is what it decides. For a fast one-off where size does not matter, that is fine.
Method 2: convert with the Photos app
The Photos app converts through its Save As option, with a cleaner viewer built for browsing your collection.
- Right-click the PNG and choose Open With, then Photos.
- Click the three-dot menu in the top right.
- Choose Save As.
- Open the Save As Type list and select JPG.
- Name the file, pick a location, and click Save.
Like Paint, it applies a fixed compression with no quality control. One habit worth building: the Snipping Tool can save a new screenshot directly as JPG, skipping conversion entirely for shots headed to an upload form.
Method 3: bulk convert with PowerToys
PowerToys Image Resizer converts and resizes PNG files in bulk straight from the right-click menu. PowerToys is a free Microsoft tool with a one-time install.
- Install PowerToys from the Microsoft Store and enable the Image Resizer module.
- In File Explorer, select every PNG. Hold Ctrl to pick several, or Ctrl-A for all.
- Right-click the selection and choose Resize with Image Resizer.
- Open the settings and set the output format to JPEG.
- Choose to overwrite or save copies, then click Resize.
Every selected file converts at once, optionally resized in the same pass. This is the cleanest graphical bulk method on Windows.
Method 4: convert in the command line with ImageMagick
ImageMagick converts PNG to JPG from Command Prompt or PowerShell, which suits batch jobs and scripts. After installing it, convert a single file:
magick input.png output.jpg
Convert every PNG in the current folder:
magick mogrify -format jpg *.png
Add a quality flag to control output. A setting of 90 keeps the result close to the original while cutting the file size:
magick input.png -quality 90 output.jpg
It is the same tool available on Mac and Linux, so a command learned here transfers everywhere. For a dozen screenshots, though, the install and syntax outweigh the benefit.
Method 5: convert in your browser
A browser converter handles what Paint, Photos, and PowerToys cannot: hitting an exact file size. Our converter runs in Chrome, Edge, or Firefox through the HTML5 Canvas API, so files never upload.
- Open the converter in your browser.
- Drag your PNGs in or browse to select them. Up to 50 files, each up to 25MB.
- Stay in Quality mode, or switch to Target Size and pick a cap like 100KB.
- Convert and download, one by one or all at once.
Target Size mode is the feature Paint lacks entirely. A portal that caps photos at 100KB rejects a 101KB file, and a binary search across quality levels finds the sharpest image that fits. The 100KB for online forms guide walks through it. Because conversion happens locally, the tool is safe for IDs and bank statements.
What happens to transparent PNGs on Windows
Transparency vanishes when any tool converts PNG to JPG, because JPG has no alpha channel. Paint fills transparent areas with white, and older versions could even fill them black unexpectedly. Either way, you get no choice. Our converter fixes that by letting you choose white, black, or any custom colour, or keep transparency by saving as WebP. The transparent background guide explains the choice.
Which Windows method should you use
- Use Paint for a single file with no size limit.
- Use the Photos app for an image you are already viewing.
- Use PowerToys for bulk conversion from the right-click menu.
- Use the command line for hundreds of files or scripted jobs.
- Use the browser tool when a form demands an exact size or a custom transparency fill.
Most people settle on two: Paint for quick desktop conversions and the browser for anything a form is strict about.
Frequently asked questions
How do I convert PNG to JPG on Windows 11 for free?
Right-click the PNG, choose Open With, then Paint, click File, hover Save As, and pick JPEG picture. Paint is built into Windows 10 and 11, so there is no download. For exact sizes, our browser tool hits caps like 100KB.
Can I bulk convert PNG to JPG on Windows?
Yes. PowerToys Image Resizer and ImageMagick both convert many files at once. For browser batches with no install, our tool handles up to 50 per batch.
Does Paint reduce quality when saving as JPG?
Yes, slightly, because Paint applies a fixed compression with no slider. For screenshots with small text, a tool with a quality control keeps letter edges sharper. See the quality guide.
What happens to transparent backgrounds in Paint?
Paint fills them with white and gives no fill choice. To pick a colour or keep transparency, use our converter's fill options or WebP export.
Why is my JPG still over the upload limit?
Because Paint and Photos cannot target a size. Switch to Target Size mode in the browser, choose 100KB, and a binary search lands the best image under it.
Can I save a screenshot directly as JPG on Windows 11?
Yes. The Snipping Tool lets you choose JPG in its save dialog, so a shot headed for a form skips conversion entirely.