Transparent Background PNG: Everything You Need to Know

You saved your logo as a PNG, dropped it into a presentation, and it showed up with an ugly white box around it. Or you downloaded a "transparent" image from the web and it had a white background. These are two of the most common image frustrations on the internet — and both have simple explanations once you understand how PNG transparency actually works.

This guide covers everything: what the alpha channel is, why the white background trap happens, how to create a truly transparent PNG, and when PNG transparency is the right choice vs WebP or APNG.

1. What a Transparent Background Actually Means

Every image is made of pixels. In a standard image, each pixel stores three values: red, green, and blue (RGB). In an image with transparency, each pixel stores a fourth value called the alpha channel — a number from 0 to 255 that controls how opaque or transparent that pixel is.

  • Alpha 255 — fully opaque, completely visible
  • Alpha 0 — fully transparent, completely invisible
  • Alpha 1–254 — partially transparent (semi-transparent shadows, soft edges, glass effects)

PNG was designed from the ground up to support this full 0–255 alpha range. JPG was not — it has no alpha channel at all. This is the fundamental reason you cannot have a transparent JPG: the format simply has nowhere to store that fourth value.

Two kinds of transparency

There are two distinct types of transparency you will encounter:

  • Binary transparency — each pixel is either 100% opaque or 100% transparent, nothing in between. This is how old GIF transparency works. It produces harsh, aliased edges.
  • Alpha transparency — each pixel can be anywhere on the 0–255 scale. PNG supports this fully. It allows smooth anti-aliased edges, semi-transparent shadows, and glass effects.

The checkerboard pattern

When you open a transparent image in any image editor (Photoshop, GIMP, Figma, Canva), the transparent areas appear as a grey-and-white checkerboard. This is a universal visual convention — there is nothing special in the file itself, it is just how editors signal "this pixel has no colour." The checkerboard disappears when you place the image on top of a real background.

Checkerboard = transparent pixels

Quick test: If you open a PNG in a modern browser (Chrome, Firefox, Safari) and you see a checkerboard or the white page background showing through, the transparency is real. If you see solid white even in a browser, the file was saved with a white background baked in.

2. The White Background Trap

This is the single most common source of confusion about PNG transparency. You have a transparent PNG, you drop it into Word, Teams, Google Slides, or email, and a white rectangle appears behind your logo. The transparency is there in the file — the application is adding the white, not you.

Here is what is happening: those apps fill transparent pixels with white before rendering them on screen. They do this because their document background is white, and they apply the fill at the wrong stage — before compositing onto the slide or page. The result looks like a white background even though the PNG file itself is perfectly transparent.

The white is added by the app, not stored in the PNG. The same file will show correctly (transparent) in a browser, Figma, Photoshop, or any modern image editor. Check there first before assuming your file is broken.

When does it happen?

  • Microsoft Word & PowerPoint — older versions (< 2013) rendered PNG transparency as white in some view modes. Newer versions handle it correctly, but copy-pasting from external sources can trigger the issue.
  • Microsoft Teams / Outlook — image preview thumbnails often add a white fill. The actual inserted image is usually fine.
  • Google Slides — transparency is respected when you insert an image via file upload; it can break if you copy-paste from a browser.
  • Email clients — many (Gmail, Outlook web) add white fills behind transparent images in the email body.
  • Some social media platforms — Twitter/X, LinkedIn, and Facebook replace transparent pixels with white when you upload a PNG as a post image.
  • PDF export — depending on the PDF renderer, transparency may be flattened to white.

The quick fix

For contexts where transparency will always be rendered as white, it is actually better to use a white JPG. It is smaller, displays identically, and eliminates any confusion. Use transparent PNG only when you genuinely need the see-through effect — logos on coloured slides, overlays, stickers on images.

3. How to Create a Transparent PNG

Method A: AI background removal (fastest, no design skills needed)

If you have a photo and want to cut out the subject, AI background removal is the fastest path. Convertlo's tool runs the AI entirely in your browser — your image never leaves your device.

1

Open the tool

Go to convertlo.pro/remove-bg. No account or signup required. Works on desktop and mobile.

2

Drop your image

Drag and drop a JPG, PNG, or WebP onto the drop zone. The AI model downloads once on first use (about 50 MB) and is then cached permanently — subsequent uses are instant.

3

Review and touch up

The AI removes the background automatically. Use the brush editor to erase any leftover fragments or restore areas that were over-removed. Check edges on the checkerboard preview.

4

Download the transparent PNG

Click Save PNG. The downloaded file has a full alpha channel — zero pixels have any background baked in.

Remove a background for free

AI runs entirely in your browser. No upload, no account, no watermark.

Method B: Export with transparency from design tools

If you are creating a graphic from scratch, you need to export with the transparent background option explicitly enabled. The setting is easy to miss.

  • Canva — click Share → Download, choose PNG, and check the Transparent background checkbox. This option is only available on Canva Pro. Free accounts must use a workaround (delete the background element manually before exporting).
  • Figma — select the frame or element, go to Export in the right panel, choose PNG, and make sure Include "id" attribute is unchecked. As long as your frame has no background fill (shown as a dashed square in the Fill panel), the exported PNG will be transparent. If the frame has a white fill, delete it first.
  • Adobe Illustrator — go to File → Export → Export As, choose PNG, and in the PNG Options dialog make sure Background Color is set to Transparent. Alternatively, use File → Save for Web (legacy) and pick PNG-24 with Transparency checked.

Common mistake: In Figma and Illustrator, if the artboard or frame has a white rectangle as a background layer, you will get a white background even if you check "transparent" on export — because the white rectangle is being exported as part of the image, not as a canvas fill. Delete the background rectangle before exporting.

Method C: Manual selection in Photoshop

For photos where you want precise manual control over which areas become transparent:

  1. Open the image in Photoshop. If the Layers panel shows a locked "Background" layer, double-click it to convert it to a regular layer (this enables transparency).
  2. Select the background. Use the Magic Wand tool for solid-colour backgrounds — click on the background colour, adjust Tolerance up/down to expand or shrink the selection. Use Quick Selection for complex backgrounds and then switch to Select & Mask to refine hair and fur edges.
  3. Delete the selection. Press Delete or Backspace. The selected area is replaced with the checkerboard pattern, confirming transparency.
  4. Export as PNG. Go to File → Export → Export As and choose PNG. Do not flatten the image or merge to a white layer before exporting.

4. PNG vs WebP vs APNG Transparency

PNG is not the only format that supports transparency. Here is how the three main alpha-capable formats compare:

Feature PNG WebP APNG
Alpha channel (full 0–255) ✓ Yes ✓ Yes ✓ Yes
Animation ✗ No Animated WebP ✓ Yes (frame-by-frame)
File size (same image) Baseline ~30% smaller Similar to PNG
Lossless mode ✓ Always lossless ✓ Lossless mode available ✓ Always lossless
Browser support ✓ Universal ✓ All modern browsers Most modern browsers (no IE)
Desktop app support ✓ Universal Good, growing Moderate
Best used for Logos, UI assets, print-ready files Web images, performance-critical apps Animated stickers, frame sequences

Bottom line: Use PNG when you need maximum compatibility or are delivering files to non-web contexts (print, office documents, app stores). Use WebP when you control the environment (your own website) and want smaller files. Use APNG when you need a transparent animation and cannot use video.

5. Common Problems and Fixes

☐ White background after download

First confirm the file is actually PNG and not JPG. Some websites rename JPG files as PNG in the download link. Open the file in a browser — if you see a white background against the browser's grey page chrome, the file was saved with a white fill. If the browser page background shows through, the file is genuinely transparent and the problem is in the app you are viewing it in.

☐ White background in PowerPoint or Word

Fix 1: Insert the image via Insert → Pictures → This Device rather than copy-pasting. Pasting from clipboard sometimes loses the alpha channel. Fix 2: Right-click the image, choose Format Picture → Picture → Recolor and check that no recolour is applied. Fix 3: In PowerPoint, right-click and choose Set Transparent Color as a workaround for binary-transparent images.

☐ Jagged edges around the cutout

Jagged edges (aliasing) happen when there is no smooth transition between the subject and the transparent area. Anti-aliasing adds semi-transparent pixels along the edge to create a smooth gradient into transparency. In Photoshop, the Magic Wand has an "Anti-alias" checkbox — keep it on. In AI removal tools, the model handles this automatically. If you see harsh pixel edges, look for a feather or smooth edges option in your tool, or use Select & Mask in Photoshop for fine control.

☐ Very large file size

PNG is lossless and adds an alpha channel on top, which makes files large. A 2000×2000 px transparent PNG can easily be 2–5 MB. Fix 1: Convert to WebP with transparency — typically 25–35% smaller at identical quality. Fix 2: Reduce the colour depth. If your PNG only needs 256 colours (simple logos, icons), save as PNG-8 instead of PNG-24; files are 4× smaller. Fix 3: Use a PNG optimizer like pngcrush or the squoosh.app lossless compressor — often cuts 20–40% with zero quality change.

☐ Transparency lost when uploading to social media

Most social platforms (Facebook, Instagram, Twitter/X, LinkedIn) do not preserve transparency. They composite your PNG against a white background before storing it. Fix: Add the background you actually want before uploading. If you want a coloured background, set it in Canva or Photoshop before export. If white is fine, just leave it — the result will look the same.

6. Where Transparent PNGs Are Used

📸

Logos

Brand logos on websites, presentations, and documents — must work on any background colour.

📱

App Icons

iOS and Android icons use PNG with transparency; the OS applies its own background shape.

🛒

Product Photos

E-commerce product cutouts on white or transparent backgrounds for Amazon, Shopify, Etsy.

🎉

Stickers

Messenger stickers, iMessage stickers, and Telegram stickers are all transparent PNGs.

📽

Social Media Graphics

Overlays, frames, and badges placed on top of photos in Stories or Reels.

🛠

UI Components

Buttons, icons, and illustrations in apps and websites where the background varies.

Frequently Asked Questions

Why does my PNG show a white background?

The file itself is likely transparent — the app rendering it is filling transparent pixels with white. Open the file in a web browser to confirm. If it looks transparent in the browser, the PNG is correct and the problem is with the other application. See Section 2 above for per-app fixes.

Can a JPG file have a transparent background?

No. JPG has no alpha channel. Any transparent area is permanently filled with a solid colour (almost always white) at the moment you save as JPG. To keep transparency, you must save as PNG, WebP, or another alpha-capable format.

What does the checkerboard pattern mean?

It is the universal visual convention for "this pixel is transparent." Image editors show a grey-and-white grid in transparent areas because they need to show you something — a blank white canvas would look identical to a white-filled pixel. The checkerboard makes it unambiguous. It does not appear in the final image when placed on a real background.

Is WebP better than PNG for transparency?

WebP with transparency produces files roughly 25–35% smaller than equivalent PNGs at the same quality. For websites, WebP is the better choice. For maximum compatibility — delivering to unknown apps, office tools, or print — PNG is safer because every piece of software on earth understands it.

How do I remove the background from a photo to get a transparent PNG?

The fastest method is an AI background remover. Convertlo's tool runs the AI entirely in your browser — your photo never leaves your device. Drop your image, review the result, and download the transparent PNG. No signup, no cost, no file size limit.

Why are transparent PNG files so large?

PNG is lossless — every pixel is stored exactly, with no lossy compression discarding data to save space. Adding the alpha channel is a fourth full-resolution data plane on top of the RGB three. Converting to WebP with transparency or using a PNG optimizer like pngcrush can cut file size by 25–50% with no visible quality change.

Does PowerPoint support PNG transparency?

Yes — modern PowerPoint (2013 and later) renders PNG transparency correctly when you insert via Insert → Pictures. Older versions, and copy-pasting from a browser, can sometimes lose the alpha. If transparency shows as white in PowerPoint, try re-inserting from file rather than pasting.

Ready to create a transparent PNG?

Remove any background in seconds. Your image stays on your device — no server upload needed.

Convertlo Editorial Team
We write practical guides on image formats, file conversion, and browser-based tools — focused on real workflows with no jargon.
About Convertlo →