How to Find the Aspect Ratio of Any Screen, Image, or Video

Aspect ratio is one of those specs that hides in plain sight. It shapes everything from how your phone displays a movie to whether a photo looks stretched on your monitor — yet most people only go looking for it when something already looks wrong. Here's how to find it, what it actually means, and why the same number can mean very different things depending on your setup.

What Aspect Ratio Actually Means

Aspect ratio is the proportional relationship between a display's (or image's) width and height, expressed as two numbers separated by a colon — like 16:9 or 4:3. It doesn't describe physical size. A 24-inch monitor and a 65-inch TV can share the same 16:9 ratio while being completely different in scale.

The ratio tells you the shape of the rectangle, not its dimensions. A 16:9 display is wider relative to its height than a 4:3 one, which is why older TV shows look boxed in on modern widescreen monitors.

Common aspect ratios you'll encounter:

RatioCommon Use
4:3Legacy monitors, older TVs, standard-def video
16:9HD/4K TVs, most laptops, YouTube, streaming
16:10Many business and productivity monitors
21:9Ultrawide monitors, cinematic video
9:16Vertical video, smartphone screens in portrait
1:1Square format, Instagram-style images

How to Find the Aspect Ratio of Your Screen

On Windows

Go to Settings → System → Display. Your resolution will be listed — something like 1920×1080 or 2560×1440. To confirm the aspect ratio, divide the width by the height:

  • 1920 ÷ 1080 = 1.78 → that's 16:9
  • 2560 ÷ 1600 = 1.60 → that's 16:10

Windows doesn't always display the ratio explicitly, so you may need to do this quick division yourself or search the resolution online.

On macOS

Open Apple Menu → About This Mac → More Info, then look under Displays. Resolution is shown, and the same math applies. Some third-party apps like Display Menu surface this more directly.

On Android

Navigate to Settings → Display → Screen Resolution. Depending on your manufacturer, the aspect ratio may be listed outright or shown only as a resolution value. Samsung, for example, often labels options like "HD+" or "FHD+" which correspond to 20:9 ratios common on tall modern smartphones.

On iPhone and iPad 📱

Apple doesn't surface aspect ratio in settings directly. You'll find your resolution in Settings → General → About (some models), but the most reliable approach is to look up your specific model's display specs on Apple's website. iPhones since the X era use a 19.5:9 ratio; older models used 16:9.

How to Find the Aspect Ratio of an Image or Video File

Images

On Windows: right-click the file → Properties → Details tab. Width and height in pixels are listed. Divide to get your ratio.

On macOS: open the image in Preview, then go to Tools → Show Inspector. Dimensions appear immediately.

For any image online, most browsers let you right-click and choose "Inspect" or "Open image in new tab" — the URL or page inspector often shows the native dimensions.

Video Files

VLC Media Player (available on all major platforms) shows video resolution under Tools → Media Information → Codec Details. From there, you divide width by height as with images.

On macOS, QuickTime Player shows resolution in Window → Show Movie Inspector.

Professional tools like DaVinci Resolve, Adobe Premiere, or HandBrake display aspect ratio directly in project or clip settings.

Calculating Aspect Ratio Manually

If you have pixel dimensions and want the exact ratio, the cleanest method is finding the greatest common divisor (GCD) of the two numbers, then dividing both by it.

Example: 1280×720

  • GCD of 1280 and 720 is 80
  • 1280 ÷ 80 = 16, 720 ÷ 80 = 9
  • Result: 16:9

For non-standard dimensions, this approach reveals whether you're working with a clean ratio or a custom crop.

Why the Same Ratio Can Look Different Across Devices

This is where things get nuanced. A 16:9 source video on a 16:9 display should fill the screen perfectly — but display scaling, OS zoom settings, and player software can all introduce letterboxing or pillarboxing even when the ratios theoretically match.

Variables that affect what you actually see:

  • Display scaling settings (125%, 150%, 200%) on high-DPI screens
  • Player or app behavior — some apps force fit-to-window rather than native resolution
  • Anamorphic content — some video uses pixel aspect ratios that aren't square, requiring software correction
  • Multi-monitor setups — aspect ratios may differ between displays, causing inconsistency in windowed apps
  • Phone orientation and safe zones — notches, punch-holes, and rounded corners on smartphones mean the usable display area doesn't always match the advertised ratio

🖥️ Two users with the same screen resolution can have meaningfully different visual experiences depending on scaling, driver settings, and application behavior.

What Determines Which Ratio Is Right for Your Situation

The "correct" aspect ratio isn't universal — it depends on what you're doing:

  • Video editors need to match the ratio of their output format to their timeline settings
  • Photographers may shoot in 3:2 (standard DSLR) but export in 16:9 for web
  • Gamers on ultrawide monitors need to verify that titles support 21:9 natively
  • Developers building responsive layouts need to test across multiple ratios
  • Streamers typically work in 16:9 but may crop differently for vertical platforms

The gap between knowing the aspect ratio of your hardware and knowing whether it's the right ratio for your workflow is real — and it's entirely defined by what you're producing, viewing, or building.