Skip to content
ByteNeat

Aspect Ratio Calculator

Free aspect ratio calculator. Enter any width or height and get the matching dimension instantly. Supports 16:9, 4:3, 21:9, 1:1 and custom ratios.

1. Pick a ratio

Or derive it from an existing size:


2. Enter the size you know

Type into either box — the other one updates to match the ratio.

Result

1920 × 1080

Simplified ratio
16:9
Decimal
1.7778
Megapixels
2.07 MP

How to use this aspect ratio calculator

This calculator answers the question every designer, video editor, and developer eventually runs into: if I change the width, what does the height need to be?Pick a ratio, type the one dimension you already know, and read the other one off the result card. Nothing is uploaded and no image is required — this is pure arithmetic running in your browser.

  1. Choose your ratio. Tap a preset like 16:9 or 9:16, type a custom pair into the ratio fields, or click use original dimensions and paste the size of a file you already have. That last option is the fastest way to match an existing asset exactly.
  2. Enter the size you know. If you are constrained by a container width of 1280 pixels, type 1280 into the width box. The height fills in immediately.
  3. Read the result. The card shows the full pair, the simplified ratio, the decimal equivalent, and the total megapixels. Press Copy to put the dimensions on your clipboard as 1280 × 720.

Why aspect ratio matters more than resolution

Resolution tells you how many pixels an image contains. Aspect ratio tells you whatshape it is. You can scale a 16:9 video from 3840×2160 down to 640×360 and it still fills a widescreen frame perfectly, because the shape never changed. But push a 16:9 video into a 4:3 frame and something has to give: either the picture stretches, or the sides get cropped off, or you get black bars.

That is why matching ratios matters far more than matching exact pixel counts. Platforms crop aggressively to their own ratio. If you export a landscape image and upload it as an Instagram Story, the platform will crop it to 9:16 and it will decide which parts to discard — not you.

Common aspect ratios and where they are used

RatioExample sizeTypically used for
16:91920 × 1080HD and 4K video, YouTube, most monitors and TVs
9:161080 × 1920Instagram Reels, TikTok, YouTube Shorts, Stories
1:11080 × 1080Square social posts, profile pictures, album art
4:51080 × 1350Instagram portrait feed posts
4:31024 × 768Older displays, iPad screens, many projectors
3:26000 × 4000DSLR and mirrorless camera sensors, 4×6 prints
21:93440 × 1440Ultrawide monitors (technically 43:18)
2.39:12048 × 858Anamorphic widescreen cinema

The math behind it

An aspect ratio is just a fraction. To find the ratio of a 1920×1080 image, divide both numbers by their greatest common divisor. The greatest common divisor of 1920 and 1080 is 120, and 1920 ÷ 120 = 16 while 1080 ÷ 120 = 9 — hence 16:9. To scale while preserving that shape, multiply both sides by the same factor.

Going the other direction is equally simple. If you know the ratio is 16:9 and you need a width of 1280, then the height is 1280 × (9 ÷ 16) = 720. Flip the fraction to solve for width instead: a height of 400 at 16:9 means a width of 400 × (16 ÷ 9) ≈ 711. This tool runs both formulas as you type, which is mostly about saving you from arithmetic slips on deadline.

A note on rounding

Pixels are whole numbers, but ratio math rarely divides evenly. A 16:9 width of 1000 gives a height of 562.5. Leave Round to whole pixels checked and you get 563 — off by half a pixel, which is invisible. If you are working in a vector tool or with CSS units where fractions are legal, uncheck it to see the exact value.

Frequently asked questions

What is an aspect ratio?

An aspect ratio is the proportional relationship between an image’s width and its height, written as width:height. A 1920x1080 image has a 16:9 aspect ratio because 1920 divided by 1080 simplifies to 16 over 9. The ratio stays the same no matter how large or small you scale the image.

How do I calculate aspect ratio manually?

Divide the width by the height to get a decimal, then find the greatest common divisor of the two numbers and divide both by it. For 1920x1080 the greatest common divisor is 120, giving 16:9. This calculator does both steps for you and simplifies the result automatically.

What is the most common aspect ratio?

16:9 is the most common today. It is the standard for HD and 4K video, most computer monitors, YouTube, and modern TVs. Before 16:9 became dominant, 4:3 was the standard for televisions and early computer displays.

How do I resize an image without stretching it?

Change only one dimension and let the other be calculated from the original ratio. Enter your original width and height to lock the ratio, then type the new width you want — the matching height appears automatically. Using that exact pair keeps the image from stretching or squashing.

What aspect ratio should I use for Instagram?

Instagram feed posts support 1:1 for square, 4:5 for portrait, and 1.91:1 for landscape. Stories and Reels use 9:16. Portrait 4:5 takes up the most screen space in the feed, which is why it tends to perform best.

Is a 21:9 monitor actually 21:9?

Usually not exactly. Most "21:9" ultrawide monitors are 2560x1080 or 3440x1440, which are 64:27 and 43:18 respectively. Both are marketed as 21:9 because they are visually close, but the true simplified ratios differ slightly.

Does this tool upload my images anywhere?

No. This is a pure arithmetic calculator that runs entirely in your browser. It never asks for a file, never uploads anything, and does not need a network connection after the page loads.

Last updated .