Images and photos

How to Find an Image's Resolution and Aspect Ratio

Check image width, height, megapixels and aspect ratio, then interpret whether the file is large enough for screen or print use.

Quick answer

The short version

Look for pixel dimensions in the file's properties or open the image in a checker. Width × height gives total pixels, while simplifying width:height gives aspect ratio.

What matters most

  • Use pixel dimensions, not the on-screen zoom level.
  • A file can have the right ratio but insufficient pixels.
  • For print, divide pixels by intended PPI to estimate inches.

How to apply it

  1. Open the original file rather than a messaging-app preview.
  2. Read width and height from properties or an image checker.
  3. Calculate megapixels and simplified ratio.
  4. Compare against the final screen dimensions or desired print size.

Reference table

How to Find an Image's Resolution and Aspect Ratio reference table
ValueHow to calculateWhat it tells you
DimensionsRead width × heightExact pixel grid
Megapixelswidth × height ÷ 1,000,000Total pixel count
Aspect ratiosimplify width:heightFrame shape
Print inchespixels ÷ PPIPotential physical size

Use exact dimensions and units in production notes; familiar labels can describe more than one standard.

Common mistakes to avoid

  • Checking a thumbnail instead of the source file.
  • Reading only file size in MB.
  • Assuming 72 DPI metadata limits screen quality.

Continue with the right tool

Use a calculator to check the numbers against your own source and destination instead of relying on a generic preset.

Related guides

Frequently asked questions

Can a browser check an image locally?

Yes. AspectRatioZ reads the selected file in your browser; the image does not need to be uploaded.

Where is resolution shown on Windows or macOS?

Both systems show pixel dimensions in file information or properties panels.

What resolution is enough?

Enough means at least the final displayed pixel size, or the desired print inches multiplied by target PPI.