.bmp

What is a .bmp file?

BMP is an uncompressed image format that stores every pixel as raw colour data — no compression, no quality loss, and no reason to use it in the modern era.

Safe format
Type Image
By Microsoft
MIME image/bmp

Drop any file to identify it

We read file headers, not extensions. Nothing gets uploaded.

What is it

BMP is an uncompressed image format that stores every pixel as raw colour data — no compression, no quality loss, and no reason to use it in the modern era. The format time forgot. A 12-megapixel photo saved as BMP weighs roughly 36 MB; the same image as JPG is under 5 MB. Microsoft introduced BMP with Windows 1.0 in 1985, and it has barely evolved since. You will encounter it in legacy Windows applications, old scanner software, and screenshots from people who do not know about PNG. There is almost never a reason to create new BMP files. Convert to PNG for lossless quality or JPG for smaller files.

Technical details
Full Name
Bitmap Image
MIME Type
image/bmp
Developer
Microsoft
Magic Bytes
42 4D
Safety
.bmp is a known, safe format.
What opens it
Every image viewer
FREE All
Convert with fwip

Convert .bmp files instantly in your browser. No upload, no signup, no subscription. Your files never leave your device.

Free in your browser. Batch processing & offline mode in the desktop bundle.

FAQ
What's the difference between BMP and PNG?
Both are lossless, but PNG compresses the data (typically 50-80% smaller). PNG also supports transparency. There is no advantage to using BMP over PNG. Convert with <a href="https://fwip.app/tools/bmp-to-png/">fwip</a>.
Why are BMP files so large?
BMP stores every pixel uncompressed. No compression algorithm, no shortcuts. A 1920x1080 image at 24-bit colour is always exactly 5.93 MB as BMP, regardless of content.
Should I ever use BMP?
Almost certainly not. PNG does everything BMP does but smaller. The only niche use is legacy software that specifically requires BMP input. Convert to JPG or PNG with <a href="https://fwip.app/tools/bmp-to-jpg/">fwip</a>.
Related formats