Step-by-step instructions
- 1
Method 1: Microsoft Paint (Windows, already installed)
Open the BMP file in Paint (right-click → Open With → Paint). Click File → Save As → JPEG Picture. Choose a save location and filename. Paint saves as JPEG with its default quality setting (~85%). This is the simplest method on Windows — no download required.
Go to converter - 2
Method 2: macOS Preview (Mac, already installed)
Open the BMP in Preview. Go to File → Export. In the Format dropdown, select JPEG. Drag the Quality slider to your preferred setting (85-90% is ideal for photos). Click Save. Preview converts BMP to JPG in seconds with good quality control.
- 3
Method 3: Browser tool (works on any OS)
Go to formatdrop.com and use the Image Converter. Drop your BMP file, select JPG as output, and download. The conversion runs entirely in your browser — nothing is uploaded. Ideal for converting from Chromebooks, Linux, or any device where you don't want to install software.
- 4
Method 4: Batch convert multiple BMP files
For multiple BMPs on Windows: IrfanView (free) supports batch conversion. File → Batch Conversion → add all BMPs → set output format to JPG → Run. On Mac: Automator (built-in) can batch-convert images: create a workflow with 'Change Type of Images' action set to JPEG. FFmpeg on any OS: for %f in (*.bmp) do ffmpeg -i "%f" "%~nf.jpg"
Why convert BMP to JPG?
BMP (Bitmap) is one of the oldest digital image formats, created by Microsoft in the 1980s. It stores image data with minimal or no compression — a 1920×1080 BMP is about 6MB, while an equivalent JPG at high quality is 300-500KB. BMP made sense when processing power was too limited for compression/decompression, but in any modern context it wastes disk space and bandwidth. Common sources of BMP files: Windows screenshots before PNG became the default, old graphic design applications, screen captures from legacy software, medical imaging equipment using old formats. Converting to JPG (photos) or PNG (graphics with flat colours, text) is almost always the right choice.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Does converting BMP to JPG lose quality?
Why are BMP files so large?
Is BMP still used anywhere?
No account. No upload. Works in any browser.