Convert BMP to PNG

Drop a BMP file below and get a PNG back. The conversion happens on your own machine, so nothing is uploaded and there is no size or quantity limit beyond what your browser can hold in memory.

Drop images here

Accepts BMP

Lower means a smaller file. 75 is a good default for photos.

    100% in your browser Files are never uploaded.

    Why convert BMP to PNG?

    Plenty of websites, content management systems and older desktop programs reject BMP uploads outright. PNG is accepted just about everywhere, and that alone accounts for most of these conversions.

    For the same picture, PNG usually lands well under the size of the BMP original. That matters when you are trimming page weight or squeezing under an upload limit.

    PNG supports an alpha channel, so you can cut out a background after converting. The conversion itself will not invent transparency that the BMP file never had.

    PNG is lossless, so the conversion adds no new compression artefacts. Whatever detail survives in the BMP file is carried across exactly.

    PNG is the format most image editors and design tools expect, which makes it the practical choice when the file is headed for further editing rather than straight onto a web page.

    BMP vs PNG at a glance

    PropertyBMPPNG
    CompressionLosslessLossless
    TransparencyNoYes
    Typical file size800-1200% of an equivalent JPEG300-500% of an equivalent JPEG
    CompatibilitySupported by all current browsers and most appsOpens everywhere, including decades-old software
    Usually comes fromOlder Windows software and scannersScreenshots, logos and graphics

    Frequently asked questions

    Are my BMP files uploaded anywhere?

    No. The decoder and encoder are WebAssembly modules that run inside this page. You can verify it by opening your browser’s network tab — converting a file produces no outbound requests. You could even disconnect from the internet after the page loads and it would still work.

    Is there a file size or quantity limit?

    There is no limit imposed by us. The practical ceiling is your device’s memory, since the image has to be held uncompressed while converting. On a typical laptop, images up to around 100 megapixels convert without trouble.

    Will converting to PNG lose quality?

    PNG is lossless, so every pixel is preserved exactly. The file will usually be larger than the original, which is the trade-off for keeping all the data.

    Does it work on a phone?

    Yes. The same WebAssembly modules run on mobile browsers. Conversion is slower than on a desktop because phone CPUs are weaker, and very large images are more likely to hit memory limits.

    Why is my BMP file so large?

    BMP stores pixels essentially uncompressed, so a single photograph can run to tens of megabytes. That alone usually makes the conversion worthwhile — expect the PNG file to be a small fraction of the original with no visible difference.

    Why is the PNG bigger than the original?

    PNG is lossless, so it stores every pixel exactly instead of approximating them. For photographs that usually means a file several times larger than a lossy original. PNG earns its keep with screenshots, logos, line art and anything needing transparency — not with photos.

    Related converters