← Back to BlogGuides

Image Resolution Explained: DPI, PPI, Pixels & Megapixels for Beginners

DPI, PPI, resolution, megapixels — what does it all mean? This complete beginner's guide explains image resolution in plain English so you can confidently prepare images for print, web, and social media.

📅 March 7, 202611 min read

Why Resolution Matters

You've probably seen the warning before: "Image resolution is too low." Or maybe you've uploaded a photo that looked sharp on your phone screen but came out blurry when printed. Understanding image resolution is the key to avoiding these problems — and to confidently preparing images for any output, whether that's a website, a business card, or a billboard.

This guide explains everything from first principles, with no assumptions about prior knowledge.

What Is a Pixel?

A pixel (short for "picture element") is the smallest unit of a digital image. Every digital image is made up of a rectangular grid of pixels, each with a specific colour value expressed as red, green, and blue components. A photo taken on a modern smartphone might contain 12 million pixels arranged in a grid 4000 pixels wide × 3000 pixels tall.

The total number of pixels in an image is called its resolution. We often express this as dimensions (e.g., "1920×1080 pixels") or as a megapixel count (e.g., "12 MP").

What Are Megapixels?

A megapixel is simply one million pixels. A 12-megapixel camera captures images with approximately 12 million pixels. You can calculate megapixels by multiplying width × height and dividing by one million:

  • 4000 × 3000 = 12,000,000 pixels = 12 MP
  • 1920 × 1080 = 2,073,600 pixels ≈ 2 MP
  • 6000 × 4000 = 24,000,000 pixels = 24 MP

More megapixels mean more detail — but also larger file sizes. For most web purposes, even 2 MP is more than enough resolution. For large-format print (A1, A0, or poster size), you want 12 MP or more.

What Is PPI (Pixels Per Inch)?

PPI stands for Pixels Per Inch and measures how densely pixels are packed on a screen. A screen with 100 PPI has 100 pixels in every inch of its physical display area. A screen with 400 PPI (like a modern iPhone Retina display) packs 400 pixels into each inch — making images look sharp and crisp at normal viewing distance.

PPI is a physical property of the display device, not of the image file itself. A 1920×1080 image looks the same in pixel count on a 72 PPI monitor and a 300 PPI screen — but it will look sharper on the high-PPI screen because those pixels are physically smaller and more densely packed.

What PPI Should I Use for Screen?

For web design and digital use, PPI doesn't apply the same way it does for print. What matters for screens is the pixel dimensions of the image relative to the container it will be displayed in. A 1920×1080 image displayed in a 1920px-wide container will always fill it perfectly, regardless of the monitor's PPI. Focus on pixel dimensions, not PPI, when preparing images for the web.

What Is DPI (Dots Per Inch)?

DPI stands for Dots Per Inch and is technically a printing term describing how many ink dots a printer places in each inch of paper. A 300 DPI print has 300 individual ink dots per inch — enough to produce a sharp, photographic-quality print that looks continuous to the human eye at normal reading distance.

In everyday usage, people often use PPI and DPI interchangeably, even though they technically refer to different things. When someone says "this image is 72 DPI," they usually mean the image's metadata says 72 pixels per inch — a convention originally set by early Macintosh monitors from the 1980s.

What DPI Do I Need for Print?

Use CaseMinimum DPIIdeal DPI
Standard office printing150 DPI300 DPI
Professional photo printing240 DPI300 DPI
Large format (A1 posters, banners)72–100 DPI150 DPI
Billboards (viewed from far away)15–25 DPI50 DPI
Business cards300 DPI600 DPI

For most purposes, 300 DPI is the standard for print quality. Below 150 DPI, most people can see individual pixels in printed output.

How Are Pixels and Print Size Related?

The relationship between pixel dimensions and print size depends on DPI. The formula is straightforward:

Print size in inches = Pixel dimension divided by DPI

For example: A 3000×2400 pixel image printed at 300 DPI produces a 10×8 inch print (3000 ÷ 300 = 10 inches wide, 2400 ÷ 300 = 8 inches tall). The same 3000×2400 image printed at 150 DPI would produce a 20×16 inch print — but at half the sharpness.

Pixel DimensionsAt 300 DPIAt 150 DPI
600 × 4002 × 1.3 inches4 × 2.7 inches
1200 × 9004 × 3 inches8 × 6 inches
2400 × 18008 × 6 inches16 × 12 inches
3600 × 240012 × 8 inches24 × 16 inches

Does DPI in Image Metadata Actually Matter for Web?

No. The DPI value stored in an image's metadata (EXIF data) has absolutely no effect on how the image looks in a web browser. Browsers render images based purely on pixel dimensions, not the DPI metadata.

A 1920×1080 image tagged as "72 DPI" and the exact same image tagged as "300 DPI" will look completely identical in a browser. The DPI metadata is only read by print software like Adobe InDesign, Microsoft Word, or your printer driver.

This is a very common source of confusion. If someone tells you "web images should be 72 DPI," what they really mean is: don't export huge high-resolution images for web use — not that the DPI value itself matters.

Upscaling vs Downscaling

Downscaling (reducing pixel dimensions) always looks good. You're throwing away pixels the viewer won't be able to see anyway.

Upscaling (increasing pixel dimensions) is more problematic. When you make an image larger than its original pixel dimensions, the software has to invent new pixels — and the results are always some degree of blurry or soft.

Traditional upscaling algorithms (bicubic, Lanczos) interpolate between existing pixels. They can increase size by about 2x before quality degrades noticeably. AI upscaling, like our Image Upscaler tool, uses neural networks trained on millions of images to synthesise realistic detail — producing much sharper 2–4x upscales than traditional methods.

The key rule: always try to start with the highest-resolution original you have. Downscale rather than upscale wherever possible.

Practical Examples

Preparing a Photo for Instagram

Instagram posts display at 1080×1080px for square format, or 1080×1350px for portrait. Your 12MP phone photo might be 4000×3000px — far larger than needed. Resize to 1080×1080px using our Image Resize tool (crop to square, or leave as the original ratio). Then compress to WebP or JPEG at quality 80. The final file will be under 200KB — perfect for fast loading and clear display.

Printing a 4×6 Photo at 300 DPI

For a 4×6 inch print at 300 DPI you need: 4 × 300 = 1200px wide, 6 × 300 = 1800px tall. So a 1200×1800px image is the minimum resolution for a sharp 4×6 print. A 12MP phone photo (4000×3000px) provides far more than enough — you could print as large as 13×10 inches at 300 DPI.

Designing a Website Banner

For a full-width web banner, pixel dimensions are all that matter. Set your banner to 1400×500px (or whatever maximum width your site uses), save as WebP at quality 80, and you're done. The DPI value in the file is irrelevant for any web display.

Summary: Quick Reference

TermWhat It MeansMatters For
ResolutionTotal pixel dimensions (e.g., 1920×1080)Everything
MegapixelsTotal pixels divided by 1,000,000Camera specs, print size
PPIPixels per inch on a screenScreen sharpness
DPIDots per inch in printPrinting only
File sizeKB/MB of the image fileWeb performance

FAQ

My image looks fine on screen but blurry when printed. Why?

Your image doesn't have enough pixels to print at the size you're trying to print it. Calculate the required pixels for your print size: multiply the print dimensions (in inches) by your target DPI (usually 300). If your image has fewer pixels than required, you need a higher-resolution original.

Should I change the DPI setting in Photoshop before saving for web?

No. The DPI setting in Photoshop (or any editor) has no effect on how the image looks in a browser. Only the pixel dimensions matter for web. Set the pixel width and height to what you need, and leave the DPI at whatever it defaults to.

What resolution does a typical smartphone camera produce?

Modern iPhone and Android flagship cameras produce 12–200 megapixel images (4000–16000px on the longest edge). This is far more than enough resolution for any web use, and usually enough for large-format printing as well.

Yes — all 30+ tools on PixlTools are completely free to use.

JPG, PNG, WEBP, and PDF are supported across our various tools.

No — images are processed and deleted immediately. We never store your files.

Try Our Free Image Tools

30+ free online tools to compress, resize, convert and optimize your images.

Explore All Tools →

Get notified of new tools

We ship new image tools regularly. Join 2,000+ creators on the list.

No spam. Unsubscribe anytime.