← All articles 8 min read

How to Make a PNG Transparent: 5 Methods That Work

A transparent PNG is an image where the background is gone — replaced by an alpha channel that lets whatever sits behind it show through. You need one every time you place a logo on a colored banner, overlay a product photo on a marketplace listing, or composite UI elements in a design tool.

The alpha channel stores opacity data for each pixel on a scale from fully opaque to fully invisible. Unlike JPEG, which flattens everything onto a white background, PNG preserves this channel. That is why PNG remains the default format for logos, icons, cutouts, and any image that needs to sit cleanly on top of something else.

This guide covers five methods to make a PNG transparent — from a free browser tool that never uploads your image to desktop editors with fine-grained control.

When to Use Transparent PNGs vs Other Formats

Before you start, make sure PNG is the right choice. Here is how it compares to other formats that support transparency:

Feature PNG-24 WebP SVG
Transparency support Full alpha channel Full alpha channel Native (vector)
Best for Photos, screenshots, raster graphics Web delivery (smaller files) Logos, icons, illustrations
File size Large (lossless) 25–35% smaller than PNG Tiny for simple shapes
Browser support Universal Universal (since 2020) Universal
Raster or vector Raster Raster Vector
Editing complexity Low Low Requires vector editor

Use PNG when you need lossless quality, universal compatibility, or are working with raster images (photos, screenshots). Use WebP when file size matters and you are serving images on the web. Use SVG when the image is a simple shape, logo, or icon that benefits from infinite scaling.

For most background removal tasks — product photos, headshots, design assets — PNG is the right output format. You can always convert to WebP afterward for web delivery.

Method 1: Remove Background with Pixotter (Free, Client-Side)

Pixotter's background remover processes everything in your browser using WebAssembly. Your image never leaves your device — no upload, no server, no privacy concerns.

Steps:

  1. Open pixotter.com/remove-background.
  2. Drop your PNG onto the upload zone (or click to browse).
  3. The background is removed automatically in seconds.
  4. Preview the result — the checkerboard pattern behind your subject confirms transparency.
  5. Click Download to save the transparent PNG.

No account, no watermark, no file size limit imposed by a server. Processing speed depends on your device, but most images finish in under five seconds.

If the edges need cleanup, you can re-run with different sensitivity settings. For batch work, drop multiple images at once.

Method 2: Adobe Photoshop 2025 (Proprietary, Subscription)

Photoshop gives you the most control over edge refinement. Two approaches work well depending on your image.

Quick Method: Select Subject

  1. Open your PNG in Photoshop 2025.
  2. Go to Select → Subject. Photoshop's AI identifies the foreground automatically.
  3. Invert the selection: Select → Inverse (Shift+Ctrl+I / Shift+Cmd+I).
  4. Delete the background: press Delete.
  5. If your layer is named "Background," Photoshop will ask to convert it to a regular layer first. Click OK.
  6. Export: File → Export As → PNG. Ensure Transparency is checked.

Manual Method: Magic Wand

  1. Select the Magic Wand Tool (W).
  2. Set Tolerance to 20–30. Check Contiguous.
  3. Click the background area. Hold Shift and click additional background sections if needed.
  4. Press Delete to remove the selected background pixels.
  5. Use Select → Refine Edge to clean up hair or complex edges.
  6. Export as PNG with transparency enabled.

Photoshop costs $22.99/month as part of Adobe's Photography plan. Overkill if you just need a quick background removal, but essential if you need pixel-level edge control.

Method 3: GIMP 2.10.38 (GPL-2.0, Free)

GIMP is the free and open-source alternative. The workflow requires one extra step that trips people up: you must explicitly add an alpha channel before deleting pixels.

  1. Open your image in GIMP 2.10.38.
  2. Add the alpha channel: Go to Layer → Transparency → Add Alpha Channel. If this option is grayed out, the layer already has one.
  3. Select the Fuzzy Select Tool (U) from the toolbox.
  4. Set Threshold to 15–25 in the tool options.
  5. Click the background area. Hold Shift to add more areas to the selection.
  6. Press Delete. The background turns to a checkerboard pattern (transparency).
  7. For complex edges, use Select → By Color instead of Fuzzy Select.
  8. Export: File → Export As. Choose PNG format. In the export dialog, ensure Save background color is unchecked.

The most common mistake in GIMP: skipping step 2. Without an alpha channel, deleting fills with the background color instead of creating transparency. If your deletion produces white instead of checkerboard, undo and add the alpha channel first.

Method 4: Canva Background Remover (Freemium, Proprietary)

Canva includes a one-click background remover, but it is locked behind Canva Pro ($12.99/month or $119.99/year).

  1. Upload your image to a Canva design.
  2. Select the image and click Edit Image.
  3. Click BG Remover in the effects panel.
  4. Wait for processing (server-side — your image is uploaded to Canva's servers).
  5. Download as PNG with transparent background.

Canva's remover works well for simple subjects but struggles with hair, fur, and semi-transparent objects. Unlike Pixotter, the processing happens server-side, so your images are uploaded to Canva's infrastructure.

Method 5: Online Alternatives

remove.bg is the most popular dedicated background removal service. It handles complex edges — including hair — better than most automated tools. The free tier outputs images at a reduced resolution (up to 0.25 megapixels). Full-resolution downloads require credits ($1.99 per image or subscription plans starting at $9/month).

Important caveat: remove.bg uploads your image to their servers for processing. For sensitive images — unreleased product photos, personal documents, proprietary designs — consider a client-side tool like Pixotter that processes entirely in your browser.

How to Verify Transparency

After removing the background, verify that transparency is actually there — not just a white background that looks transparent on a white page.

The checkerboard test: Open the PNG in any image editor (Photoshop, GIMP, or even a browser-based viewer). Transparent areas display as a gray-and-white checkerboard pattern. If you see solid white instead of checkerboard, the background was replaced with white pixels, not removed.

Quick browser test: Drag the PNG into a browser tab. The browser renders transparent areas against its own background (usually white or dark depending on your theme). Right-click → "Inspect" and add a CSS background color to the image element to confirm transparency.

File size hint: A PNG with transparency is typically larger than the same image flattened to a white background, because the alpha channel adds data. If your "transparent" PNG is suspiciously small, double-check it.

Saving Correctly: PNG-24 vs PNG-8

This distinction catches people off guard. PNG comes in two main variants:

When exporting, always choose PNG-24 (sometimes labeled as "PNG" with "Transparency" enabled). If your export dialog mentions "indexed color" or "256 colors," you are getting PNG-8 and will lose smooth transparency edges.

In Photoshop: Export As → PNG → Transparency checked defaults to PNG-24. In GIMP: Export As → PNG with default settings produces PNG-24 if the image is in RGB mode.

Optimize After: Compress Without Losing Transparency

Transparent PNGs are large. A product photo with background removed can easily hit 2–5 MB — far too heavy for web use.

After removing the background, run the image through Pixotter's PNG compressor. It reduces file size by 40–70% without touching the alpha channel. Your transparency stays intact, but the file becomes web-friendly.

The compression is lossless or near-lossless, and like the background remover, it runs entirely in your browser. You can also convert the transparent PNG to WebP for an additional 25–35% size reduction while preserving the alpha channel.

For a deeper dive into shrinking PNG files, see our guide on how to make a PNG smaller. And if you want to swap in a new background instead of keeping it transparent, check out how to change an image background.

FAQ

Can I make a JPEG transparent?

No. JPEG does not support transparency. You need to convert it to PNG first, then remove the background. Upload the JPEG to Pixotter's background remover and it will output a transparent PNG automatically.

Why does my transparent PNG show a white background when I upload it?

Some platforms (social media, certain CMSs) flatten PNG transparency to white on upload. This is a platform limitation, not a problem with your file. Check the platform's image format requirements — some accept transparency only in specific contexts (like profile pictures or stickers).

How do I make only part of a PNG transparent?

Use the eraser tool or a selection tool in Photoshop or GIMP to target specific areas. In Photoshop 2025, the Object Selection Tool (W) lets you click individual objects to select and remove them. In GIMP 2.10.38, use Select by Color for uniform regions.

Does making a PNG transparent reduce file size?

Usually no — it increases it. The alpha channel adds data. However, if you remove a complex, colorful background and replace it with transparency, the simpler pixel data can sometimes compress slightly better. For real size reduction, use a PNG compressor after removing the background.

What is the difference between transparent and translucent in PNGs?

Transparent means fully invisible (alpha = 0). Translucent means partially see-through (alpha between 1 and 254). PNG-24 supports both. PNG-8 supports only fully transparent or fully opaque — no in-between.

Can I make a PNG transparent on my phone?

Yes. Pixotter's background remover works in mobile browsers — same client-side processing, no app install required. Open it in Safari or Chrome on your phone, upload the image, and download the transparent result.

Is it better to use PNG or WebP for transparent images on the web?

WebP produces files 25–35% smaller than PNG with identical visual quality and full alpha channel support. For web delivery, convert your transparent PNG to WebP after editing. Keep the PNG as your archival master copy since it is lossless.

How do I add a new background after making a PNG transparent?

Once you have a transparent PNG, you can place it on any background. For a quick color or image swap, see our guide on how to change an image background. In Photoshop or GIMP, paste the transparent PNG as a new layer above your desired background. You can also crop it into a circle for profile pictures.