Aspect Ratio Calculator

Aspect Ratio Calculator

Calculate dimensions, find aspect ratios, and resize images or videos while maintaining proportions. Perfect for designers, videographers, and web developers.

Last updated: April 2026 | By Patchworkr Team

Results will appear here...

Common Aspect Ratios

16:9
HD Video, TV
4:3
Standard TV
21:9
Ultrawide
1:1
Instagram
3:2
Photography
16:10
Computer Display
9:16
Mobile, Stories
5:4
Old Monitor

What is Aspect Ratio?

Aspect ratio is the proportional relationship between width and height, expressed as two numbers separated by a colon (e.g., 16:9). It describes the shape of a rectangle, not its absolute size.

A 16:9 aspect ratio means for every 16 units of width, there are 9 units of height. Both a 1920×1080 screen and a 3840×2160 screen have the same 16:9 aspect ratio—they're the same shape, just different sizes.

How to Calculate Aspect Ratio

Step 1: Identify Your Dimension Pair

Know what you're calculating: Do you have width and need height? Do you have both and need the ratio? Are you resizing? Why: Different scenarios require different formulas. Identifying your goal first prevents confusion.

Step 2: Gather Your Known Values

Write down the dimension(s) you know. If finding a missing dimension, you'll also need the aspect ratio (e.g., 16:9). Why: Organized inputs prevent calculation errors and ensure you use the correct formula.

Step 3: Select the Correct Formula

Find Height: H = (W × RatioH) / RatioW
Find Width: W = (H × RatioW) / RatioH
Find Ratio: Simplify W:H by GCD
Resize: NewH = OldH × (NewW / OldW)

Why: Each scenario has a specific formula. Using the wrong one gives incorrect results.

Step 4: Perform the Calculation

Plugging your values into the formula. For ratio calculations, find the Greatest Common Divisor (GCD) of both dimensions to simplify the ratio to its smallest form. Why: Simplified ratios (16:9 instead of 1920:1080) are easier to communicate and standardize across devices.

Step 5: Verify the Result and Check Units

Sanity check your answer. If resizing, verify the ratio is preserved. If finding a dimension, ensure it's reasonable given your input ratio. Why: A quick verification catches typos or formula mistakes before they cause problems in production.

Real-World Example

YouTube Thumbnail Resize

Scenario:
You created a promotional image that is 1920×1080 pixels (Full HD). You need to downsize it to 1280 pixels wide for a smaller use case (like a web preview) while preserving the 16:9 aspect ratio so the image doesn't look stretched or distorted.
Step 1:
Identify the Dimension Pair: You have original dimensions (1920×1080) and a new width (1280), so you need to find the new height. This is a Resize scenario.
Step 2:
Verify the Aspect Ratio: Original ratio = 1920:1080. Simplify by GCD(1920, 1080) = 120, giving 16:9 (standard HD widescreen).
Step 3:
Calculate the Scale Factor:
Scale = New Width ÷ Original Width = 1280 ÷ 1920 = 0.6667 (or ~66.67%)
Step 4:
Apply Resize Formula:
New Height = Original Height × Scale
New Height = 1080 × 0.6667 = 720 pixels
Step 5:
Double-Check New Ratio:
New ratio = 1280:720 → GCD = 80 → 16:9
Ratio is preserved: 1920/1080 = 1280/720 = 1.778
Verification:
Sanity Check: New dimensions (1280×720) maintain the same aspect ratio as original (1920×1080). The new image will display without distortion or black bars. File size is reduced by ~55% (applying 66.67% scale to both dimensions ≈ 0.667² ≈ 0.44).
Result & Interpretation:
Resize to 1280 × 720

Your new image will be 1280 pixels wide and 720 pixels tall, maintaining the original 16:9 widescreen ratio. This smaller version is perfect for web previews, social media, or lower-bandwidth scenarios. Without proper aspect ratio calculation, a naive resize could stretch or squash the image, damaging the visual quality.

Frequently Asked Questions

What is 16:9 aspect ratio?

16:9 is the standard widescreen format for HD video, TV, and most computer monitors. For every 16 units wide, it's 9 units tall.

How do I maintain aspect ratio when resizing?

Multiply or divide both dimensions by the same factor. Or use the formula: new height = new width × (original height / original width).

What's the difference between 16:9 and 4:3?

16:9 is widescreen (modern TVs, YouTube). 4:3 is more square (old TVs, standard definition video). 16:9 is wider.

Can I convert 4:3 video to 16:9?

Yes, but you'll either crop it (lose top/bottom), stretch it (distortion), or add black bars (pillarboxing). True conversion requires re-shooting.

What aspect ratio is Instagram?

Instagram feed posts are 1:1 (square), Stories are 9:16 (vertical), and landscape posts are 1.91:1 (nearly 2:1).

How do I calculate aspect ratio from pixels?

Divide both width and height by their GCD. Example: 1920×1080 → GCD is 120 → 16:9.

What's better for video: 16:9 or 21:9?

16:9 is universal. 21:9 (ultrawide) is cinematic but has compatibility issues on some platforms. Stick with 16:9 for most uses.

Do aspect ratios affect quality?

No. Aspect ratio is shape, not quality. A 1280×720 and 1920×1080 image can both be 16:9, but 1920×1080 has higher resolution.

Related Tools