📐

Aspect Ratio Calculator

Enter dimensions to find the aspect ratio, lock it to auto-resize, or pick a preset. Results update instantly.

Enter width and height above

Common Presets

Visual Preview

16:9

Resize Calculator

Enter a target width or height — the other dimension is calculated from the current ratio.

Set a ratio above, then enter a target dimension

Common Resolutions

Name Resolution Ratio Use

Understanding Aspect Ratios — A Complete Guide

An aspect ratio is the proportional relationship between the width and height of an image, video frame, or display screen. It is written as two numbers separated by a colon — for example, 16:9 means the width is 16 units for every 9 units of height. Aspect ratios are fundamental in photography, filmmaking, web design, and graphic design because they determine how content looks on different devices and platforms. Getting the ratio wrong can lead to stretched, cropped, or letterboxed media that looks unprofessional.

The Most Common Aspect Ratios

16:9 (Widescreen) is the dominant ratio for modern screens. It's the standard for HD television, YouTube videos, computer monitors, and most smartphones in landscape mode. Common resolutions in this ratio include 1280×720 (HD), 1920×1080 (Full HD), 2560×1440 (QHD), and 3840×2160 (4K UHD). If you're producing video content for the web or broadcast, 16:9 is almost always the safe choice.

4:3 (Standard) was the traditional TV and computer monitor ratio before widescreen became the norm. It's still used in some presentations, iPad displays, and retro-style photography. Classic resolutions include 640×480, 800×600, and 1024×768.

1:1 (Square) became popular with Instagram's square photo format. It's widely used for social media profile pictures, thumbnails, and album art. The most common resolution is 1080×1080.

9:16 (Vertical) is the portrait orientation of 16:9 and has become essential for mobile-first content. TikTok, Instagram Reels, YouTube Shorts, and Snapchat all use 9:16 at resolutions like 1080×1920.

21:9 (Ultra-wide) is used in cinematic films and ultra-wide gaming monitors. It delivers an immersive, panoramic field of view. Common resolutions are 2560×1080 and 3440×1440.

3:2 is the native ratio of 35mm film and is used in many DSLR cameras, Microsoft Surface devices, and the MacBook lineup. It provides slightly more vertical space than 16:9, which many photographers prefer for composition.

Use Cases by Industry

In video production, choosing the right aspect ratio is one of the first decisions in pre-production. YouTube and streaming services default to 16:9, while theatrical releases often use 2.39:1 (close to 21:9) for a cinematic look. Social media platforms each have preferred ratios — Instagram feed posts perform best at 4:5, Stories use 9:16, and landscape posts use 1.91:1.

In photography, the aspect ratio affects composition and how images appear in print. A 3:2 ratio maps perfectly to standard 6×4-inch prints, while 4:3 fits 8×6-inch prints without cropping. Photographers often shoot at their camera's native ratio and crop later for specific platforms.

In web design, aspect ratios determine the layout of hero images, thumbnails, and video embeds. Using CSS aspect-ratio property, designers can enforce consistent proportions across responsive layouts without JavaScript. Maintaining consistent ratios prevents cumulative layout shift (CLS), which is a Core Web Vital metric that affects SEO.

In gaming, monitor aspect ratio directly impacts the field of view. Ultra-wide 21:9 monitors give competitive and immersive advantages in many games, though some titles lock to 16:9. Multi-monitor setups may use combined ratios like 48:9 for triple-screen racing simulators.

How to Calculate an Aspect Ratio

To find the aspect ratio of any resolution, divide both the width and height by their greatest common divisor (GCD). For example, for a 1920×1080 image, the GCD of 1920 and 1080 is 120. Dividing both by 120 gives 16:9. This calculator performs that math automatically — just enter any width and height, and the simplified ratio appears instantly.

The lock feature is especially useful for resizing. Once you've established a ratio (either by entering dimensions or selecting a preset), toggle the lock on. Now changing the width automatically recalculates the height to maintain the same proportions, and vice versa. This eliminates guesswork when scaling images or video for different platforms.

Frequently Asked Questions

What is an aspect ratio?
An aspect ratio is the proportional relationship between width and height. A 16:9 ratio means for every 16 units of width there are 9 units of height, regardless of the actual pixel dimensions.

What is the best aspect ratio for YouTube?
YouTube's standard player uses 16:9. Uploading videos in 1920×1080 or 3840×2160 ensures they fill the player without black bars. YouTube also supports 9:16 for Shorts.

What aspect ratio should I use for Instagram?
For feed posts, 4:5 (1080×1350) takes up the most screen real estate. For Stories and Reels, use 9:16 (1080×1920). Square posts use 1:1 (1080×1080).

How do I resize an image without distortion?
Always maintain the original aspect ratio when scaling. Use this calculator's lock feature: enter your current dimensions, lock the ratio, then type your desired width or height — the other dimension adjusts automatically.

Is this calculator free?
Yes. This aspect ratio calculator runs entirely in your browser with no ads, no signup, and no data collection. Your inputs never leave your device.