tutorials 9 min read May 2, 2026

How to Convert PNG to JPG Online for Free (Step-by-Step)

Converting a PNG to JPG takes less than a minute, but doing it wrong can cost you image quality or bloat your file size. This guide walks through the fastest ways to convert PNG to JPG online for free, explains when the conversion actually makes sense, and covers what to watch out for before you hit download.

Why Convert PNG to JPG at All?

PNG and JPG serve different purposes, and understanding the difference helps you decide whether converting is worth it. PNG is a lossless format — every pixel is preserved exactly. That makes it ideal for logos, screenshots, and graphics with sharp edges or text.

JPG uses lossy compression, which means it discards some image data to reduce file size. For photographs, that tradeoff is usually invisible to the human eye. A high-quality photo saved as a JPG can be 60–80% smaller than the same image as a PNG, with no perceptible difference at normal viewing sizes.

The most common reason people convert PNG to JPG is to reduce file size before uploading to a website, sending by email, or embedding in a document. Some platforms also have stricter format requirements or accept JPG more broadly than PNG. If your image is a photo with no transparency layer, JPG is almost always the right format to use.

When You Should NOT Convert to JPG

Not every PNG should become a JPG. If your image has a transparent background — a logo on a clear canvas, for example — converting to JPG will fill that transparency with a solid color (usually white or black). The transparency data is simply not supported by the JPG format.

Screenshots of text, code, UI elements, or anything with hard edges tend to look noticeably worse as JPGs. The lossy compression introduces artifacts — small blurry patches — around high-contrast edges. For this type of content, keep the PNG.

If you plan to edit the image further after converting, think twice. Each time you save a JPG, re-compression can add more artifacts. For a working file, stay in PNG (or a lossless format like TIFF) until you're done editing, then export to JPG for the final version.

How to Convert PNG to JPG Using a Browser Tool

The simplest approach requires no software installation. Several free browser-based PNG JPG converters let you drag and drop a file, adjust quality, and download the result in seconds. Tools like Squoosh (by Google), iLoveIMG, and CloudConvert are widely used options. Squoosh in particular shows a real-time before/after comparison so you can dial in the quality setting before downloading.

Here's the basic workflow for any browser-based converter: upload your PNG file, select JPG as the output format, set a quality level (80–90% is the sweet spot for photos — high quality with meaningful size reduction), then download the converted file. Most tools process everything in your browser, so your file never leaves your device.

Quality settings are the most important variable you control. Setting quality too low (below 60%) introduces visible artifacts, especially in sky gradients and skin tones. Setting it too high (above 95%) barely reduces file size compared to the original PNG. For most web use cases, 80–85% quality is the practical standard.

  • Use 80–85% quality for web images and social media
  • Use 90–95% quality for print-ready or high-detail photos
  • Avoid quality below 60% unless file size is the only concern
  • Check for artifacts around text and high-contrast edges before finalizing

How to Convert PNG to JPG on Windows, Mac, and Mobile

You don't always need a third-party tool. On Windows, open the PNG in Paint, go to File → Save As, and choose JPEG from the dropdown. It's basic, but it works for quick single-file conversions. For more control over quality, the Photos app or free tools like IrfanView offer better options.

On a Mac, Preview handles image format conversion natively. Open the PNG, go to File → Export, and select JPEG from the Format menu. You'll see a quality slider before saving. This is fast, private (no upload required), and available on every Mac without installing anything.

On iOS or Android, the built-in Photos apps don't offer direct format conversion, but free apps like Image Converter (iOS) or Photo & Picture Resizer (Android) fill that gap. For one-off conversions, a mobile browser pointing to Squoosh or iLoveIMG works just as well without installing an app.

Batch Converting Multiple PNG Files

If you need to convert dozens or hundreds of PNG files at once, manual conversion becomes tedious quickly. On Windows, IrfanView's batch conversion feature can process an entire folder in one go. On Mac, Automator has a built-in image conversion action that handles bulk jobs without writing any code.

For web-based batch conversion, tools like iLoveIMG and CloudConvert accept multiple files per session. If you're converting large volumes regularly — say, processing product photography for an e-commerce catalog — a command-line tool like ImageMagick gives you precise, repeatable control and can be scripted to run automatically.

Hosting and Sharing Your Converted JPG

Once you have your JPG, you often need a reliable place to host it, especially if you're embedding it on a website, sharing it with a client, or distributing it across a team. That's where a permanent file hosting service becomes useful.

Foldr.Space lets you upload image files up to 2GB for free with no account required, and every upload gets a permanent download link that never expires. You also get a direct embed URL for images, which means you can paste the link directly into an HTML img tag or a Markdown file and the image loads without any extra steps. This is particularly handy after image format conversion when you just want to get the file live quickly.

If you regularly convert and publish images, Foldr's free image hosting keeps everything in one place with consistent, permanent URLs. No more broken links when a cloud storage folder gets reorganized or a free account expires.

Keeping Converted Images Organized

Image format conversion is rarely a one-time task. Designers, developers, and content creators often maintain libraries of both the original PNGs and the exported JPGs. Keeping these organized from the start saves significant time later.

A simple naming convention goes a long way: use suffixes like -original.png and -web.jpg to distinguish source files from exports. Store them in clearly separated folders. If you're working in a team, shared folder structures with agreed naming conventions prevent the classic problem of five people each creating their own 'final_final_v2' versions.

For teams that need shared storage with structured access, Foldr Spaces provide dedicated storage that multiple collaborators can contribute to. The Basic plan starts at 5GB, which comfortably holds a large library of converted images. Combined with direct embed URLs, it becomes a lightweight DAM (digital asset management) setup without the enterprise price tag.

Automating PNG to JPG Conversion at Scale

If you find yourself converting images regularly as part of a workflow — processing uploaded user photos, preparing assets for a newsletter, or resizing product images — manual conversion doesn't scale. Automation tools can handle this without writing custom software.

Foldr integrates with Zapier, n8n, and Make.com, which means you can build workflows that trigger image processing steps automatically. For example: a new PNG file lands in a folder, a Zap triggers an image conversion step, and the JPG output gets uploaded to Foldr via the API — all without touching it manually. The Foldr Developer API at /api/v1 also supports programmatic uploads, so developers can build this directly into an application.

For even tighter integration, Foldr's MCP server connects with tools like Claude Desktop and Cursor, which means file operations including uploads can be triggered from an AI assistant context. This is useful when you're working on a project and want to publish converted assets without switching between apps.

Common Problems When Converting PNG to JPG

The most common complaint after conversion is unexpected quality loss. This almost always comes down to the quality setting being too low, or the source PNG being low resolution to begin with. A small, low-resolution PNG won't become a high-quality JPG — the source pixels are the ceiling.

Color shifts are another frequent issue. Some PNGs use specific color profiles (like sRGB or Adobe RGB) that browser-based converters may not preserve correctly. If color accuracy matters — for print work or brand assets — use a desktop tool like Photoshop or GIMP that gives you explicit control over color space during export.

File size sometimes surprises people going the other direction: the JPG ends up larger than the PNG. This can happen with simple graphics (like flat-color illustrations) where PNG compression is actually more efficient than JPG. In these cases, keep the PNG — there's no benefit to converting.

  • Quality loss → increase the quality setting or start from a higher-resolution source
  • White background replacing transparency → expected JPG behavior; use PNG-8 or WebP if you need transparency with compression
  • Color shift → use a desktop tool with explicit color profile settings
  • JPG larger than PNG → the image type isn't suited for JPG; keep the original

Frequently Asked Questions

Does converting PNG to JPG reduce image quality?

It can, depending on the quality setting you choose. JPG uses lossy compression, so some image data is discarded. At quality settings of 80–90%, most people can't tell the difference in photographs. For graphics with sharp edges or text, the quality loss is more visible.

Can I convert PNG to JPG without losing the transparent background?

No — JPG does not support transparency. When you convert a PNG with a transparent background to JPG, the transparent areas are replaced with a solid color (usually white). If you need a compressed format that preserves transparency, consider WebP or PNG-8 instead.

Is it safe to convert images using online tools?

Most reputable browser-based tools like Squoosh process everything locally in your browser, meaning the file never uploads to a server. For sensitive images, check whether the tool uses client-side processing or server-side processing before uploading.

What's the best quality setting for converting PNG to JPG?

For web use, 80–85% is the standard — it delivers meaningful file size reduction with minimal visible quality loss. For print or high-detail work, use 90–95%. Avoid going below 70% unless you specifically need very small file sizes and quality is secondary.

Can I convert multiple PNG files to JPG at once?

Yes. Tools like IrfanView (Windows), Automator (Mac), and web tools like iLoveIMG support batch conversion. For large-scale or automated workflows, command-line tools like ImageMagick or API-based approaches give you the most control.

Why is my converted JPG larger than the original PNG?

This happens with simple graphics — flat colors, illustrations, icons — where PNG's lossless compression is actually more efficient than JPG. In these cases, converting to JPG doesn't help and may hurt. Keep the PNG for flat-color or simple graphical content.

Pick one image you've been storing as a PNG unnecessarily — a product photo, a blog header, a portfolio piece — and convert it to JPG at 85% quality today. Compare the file sizes, verify the visual quality, then upload it to a permanent host so you have a stable URL to work with going forward. That single conversion habit, applied consistently, compounds into significantly faster load times and simpler asset management over time.

Host Your Converted Images Permanently — No Account Needed

Upload your JPG files to Foldr.Space and get a permanent, never-expiring link instantly. Free up to 2GB, no sign-up required. Direct embed URLs included.

Upload Your Image Free

Last reviewed: May 2, 2026 · Foldr.Space team