How to Check an Image's DPI Before Printing
To check an image's DPI, drop the file into a browser-based DPI checker; it parses the resolution metadata stored inside β the PNG pHYs chunk or JPEG JFIF density fields β and reports the true DPI plus the exact print size at 300 and 150 DPI in inches and centimeters. Unlike tools that guess, it reads the raw bytes, so you see precisely what print software will read.
This guide explains how to check DPI, how much resolution you actually need for a good print, and why a low DPI number doesn't always mean low quality.
Why DPI matters for printing (but not screens)
DPI (dots per inch) maps an image's pixels to a physical size on paper. A file with more pixels can print larger before it looks soft. On screens, DPI is irrelevant β every display shows pixels one-to-one, so a 1000-pixel image looks identical whether it's tagged 72 or 300 DPI. The number only starts to matter the moment you send the image to a printer, which is exactly when people discover their photo is too small for the poster they wanted. Checking first saves a wasted print run.
How to check image DPI in your browser
- Drop an image into the upload area β JPEG and PNG carry the most reliable density metadata.
- Read the detected DPI, parsed directly from the file's embedded fields.
- Check the maximum print size at 300 DPI and 150 DPI, shown in both inches and centimeters.
- If no DPI is embedded, the tool tells you β most software then assumes 72 or 96 DPI.
How many pixels do you need? A quick reference
Print quality comes from pixel count, so plan your source size around the final print.
| Print size | Pixels at 300 DPI | Best for |
|---|---|---|
| 6×4 inch photo | 1800×1200 | Sharp photo prints |
| A4 document | 2480×3508 | Flyers, magazine pages |
| Large poster (viewed far) | 150 DPI is fine | Banners, wall art |
Use 300 DPI as the standard for anything viewed up close, and 150 DPI for large-format pieces seen from a distance. If your image falls short of these pixel counts, resize won't add real detail β you'd need a higher-resolution original.
Key features and benefits
- Parses real DPI from PNG pHYs chunks and JPEG JFIF headers
- Shows horizontal and vertical density separately
- Print size calculator at 300 DPI and 150 DPI
- Results in both inches and centimeters
- Reports pixel dimensions and megapixels
- Private β files are read locally, never uploaded, and it works offline
Try the Image DPI Checker now β it's free and runs entirely in your browser.
Frequently asked questions
How do I check the DPI of an image?
Upload the image here and the tool reads the DPI directly from the file's embedded metadata β the pHYs chunk in PNG or the JFIF density in JPEG. You instantly see the declared DPI plus the print size it supports.
What DPI do I need for printing?
300 DPI is the standard for sharp photo prints, magazines and flyers, while 150 DPI is fine for large posters viewed from a distance. A 6×4 inch print at 300 DPI needs at least 1800×1200 pixels.
Why does my image show 72 DPI or no DPI?
Many images, especially screenshots and web graphics, carry no density metadata, so software falls back to 72 or 96 DPI. That doesn't mean low quality β pixel dimensions determine quality; DPI only maps pixels to physical size.
Does DPI affect how images look on screens?
No. Screens display pixels one-to-one regardless of the DPI value, so an image looks identical at 72 or 300 DPI online. DPI matters only when printing, where it sets the physical output size.
What's the difference between DPI and PPI?
PPI (pixels per inch) describes image resolution, while DPI (dots per inch) technically refers to printer ink dots. In everyday use and in file metadata the terms are used interchangeably to mean pixels per printed inch.
Related free tools
- Change Image DPI β set a new DPI value for printing.
- Image Size Checker β check dimensions and file size instantly.
- Image Metadata Viewer β read full EXIF details.
- Image Resizer β change pixel dimensions precisely.
Built by ByteVancer
ByteTools is a free product of ByteVancer, a software and web development studio that builds web apps, SaaS platforms and custom software for businesses. If your print or publishing workflow needs a custom tool, explore ByteVancer's services and get in touch about your project.
Recommended reading
Image DPI Tips: Best Practices and Mistakes
Pro DPI tips and common mistakes: why pixels beat DPI, the 72 DPI myth, upscaling traps, and how to size images correctly before printing.
Image DPI Checker Use Cases: Real Examples
Real DPI checker use cases: print shops, Etsy sellers, photographers, publishers and marketers verifying images will print sharp at the right size.
XOR Cipher Use Cases: CTFs, Learning, and Puzzles
Real use cases for the XOR cipher, from CTF challenges and teaching bitwise logic to lightweight obfuscation, with concrete worked examples.
XOR Cipher Tips: Keys, Security, and Common Mistakes
Pro tips and common mistakes for the repeating-key XOR cipher: key length, reuse pitfalls, format choices, and when to switch to real encryption.