Web & Developer

Aspect Ratio Calculator

Instantly calculate aspect ratios, find missing dimensions, and scale images without distortion.

Enter a valid ratio width.
Enter a valid ratio height.
px
Enter a valid width.
px
Enter a valid height.
px
Enter a valid target width.
Aspect ratio
width : height
Decimal ratio
width ÷ height
Result dimension
calculated value
Megapixels
total pixel count

Aspect ratio calculator — find missing dimensions, simplify ratios, or scale images and video frames while maintaining the correct proportions.

CalcuSense
Reviewed by CalcuSense

This team builds, tests, and maintains free online calculators designed to make everyday calculations faster, simpler, and reliable for users around the world.

Type in 1920 and 1080, and an aspect ratio calculator hands back 16:9 instantly — but the math behind that answer is worth understanding, especially the moment you’re staring at a resolution that doesn’t reduce to a clean, familiar number. Knowing how to calculate aspect ratio by hand also makes it obvious why two completely different file sizes can still be “the same shape.”

Aspect ratio describes shape, not size

A 160×90 thumbnail and a 3840×2160 cinema export are both 16:9. They’re wildly different in resolution and file size, but identical in proportion — the numbers just scale up or down together while the relationship between width and height stays fixed. That’s the entire point of expressing a ratio rather than raw pixel counts: it captures shape independent of scale.

How to calculate aspect ratio from pixel dimensions

Find the greatest common divisor (GCD) of the width and height — the largest number that divides both exactly — then divide both dimensions by it. For 1920×1080, the GCD is 120: 1920 ÷ 120 = 16, and 1080 ÷ 120 = 9, giving 16:9.

The GCD itself comes from the Euclidean algorithm: divide the larger number by the smaller, keep the remainder, and repeat with the smaller number and that remainder until you hit zero. For 1920 and 1080: 1920 ÷ 1080 leaves remainder 840; 1080 ÷ 840 leaves 240; 840 ÷ 240 leaves 120; 240 ÷ 120 leaves 0. The last non-zero remainder, 120, is the GCD.

The faster decimal-matching method

Divide width by height and compare the result to a short list of known values: 1.778 is 16:9, 1.333 is 4:3, 1.5 is 3:2, 2.333 is 21:9, and 1.0 is a perfect square. Running an image aspect ratio calculator on a batch of photos gets noticeably faster once these decimal fingerprints are memorized, since most everyday content lands on one of a small handful of them.

Common aspect ratios and where they show up

Ratio Decimal Common use
16:9 1.778 HD/4K video, YouTube, modern monitors and TVs
4:3 1.333 Older TVs and monitors, some classic photography
1:1 1.0 Square social posts, Instagram grid
4:5 0.8 Instagram portrait posts
9:16 0.5625 TikTok, Reels, Stories, vertical video
3:2 1.5 DSLR and mirrorless photography
21:9 2.333 Ultrawide monitors
16:10 1.6 Laptop screens (1920×1200, 2560×1600)

Resizing without distorting: keeping the ratio locked

Change one dimension and calculate the other using New height = New width × (Original height ÷ Original width). Resizing a 1920×1080 image down to 1280px wide: 1280 × (1080 ÷ 1920) = 720px tall — still a clean 16:9, just smaller.

Skip this step and stretch both dimensions independently instead, and the result is visibly distorted — faces widen, circles turn into ovals, text looks subtly wrong even to people who can’t say exactly why. Locking the ratio is what every “constrain proportions” checkbox in image and video software is actually doing under the hood.

When the math doesn’t land on a clean ratio

Not every resolution simplifies to something recognizable. 1366×768 — a genuinely common laptop resolution — reduces to 683:384, an oddly specific fraction rather than a clean design ratio. That’s a sign the resolution was driven by panel manufacturing constraints, not a deliberate 16:9-style design choice, even though it’s visually close to 16:9.

Print sizes can do the same thing: an 8.5×11 inch sheet works out to 17:22 once you calculate aspect ratio properly, which doesn’t match the familiar 3:2 or 4:3 photo ratios at all. Cropping a standard photo straight onto letter paper without accounting for that mismatch is exactly how people end up with unexpected white borders or cropped edges at print time.

  • Divide both the width and height by their greatest common divisor (GCD). For example, a 1920×1080 image has a GCD of 120, which gives you 16 and 9 — so the aspect ratio is 16:9. The calculator does this automatically when you enter your pixel dimensions.

  • Multiply your new width by the original height, then divide by the original width to get the correct new height. For example, resizing a 1920×1080 image to 1280px wide gives a height of 720px. This ensures the proportions stay exactly the same and nothing gets stretched or squished.

  • YouTube's standard aspect ratio is 16:9, with a recommended resolution of 1920×1080 (Full HD) or 3840×2160 (4K). Uploading at a different ratio will result in black bars added automatically by the platform. For YouTube Shorts, use 9:16 vertical format at 1080×1920.

  • 16:9 is a widescreen format used in modern TVs, monitors, and online video — it's wider relative to its height. 4:3 is an older, more square-shaped format once standard for CRT televisions and early computer monitors. Content filmed in 4:3 will display with black bars on the sides when shown on a 16:9 screen.

What were you looking for?