About the 16:9 Aspect Ratio
Aspect ratio calculators convert between display dimensions, maintaining the width-to-height ratio that determines how content appears on screen.
How the calculator works
The tool applies three pieces of standard geometry. To find the height that matches a given width at 16:9, multiply the width by 9 and divide by 16: height = width × 9 ÷ 16. To go the other direction, multiply the height by 16 and divide by 9: width = height × 16 ÷ 9. To check whether an existing width and height are already 16:9, divide both by their greatest common divisor (GCD) — if the simplified fraction reduces to 16:9, the resolution is a true widescreen ratio. Finally, to convert a diagonal screen size into physical width and height, treat the diagonal as the hypotenuse of a 16-9 right triangle: width = diagonal × 16 ÷ √337 and height = diagonal × 9 ÷ √337, where √(16² + 9²) = √337 ≈ 18.358 (the Pythagorean theorem).
Common aspect ratios
- 16:9 — standard widescreen for HD/4K TVs, monitors, YouTube, most video content
- 4:3 — older TVs and monitors; still used in some photography and presentations
- 1:1 — square format; Instagram, profile photos
- 9:16 — vertical (portrait) video; Instagram Reels, TikTok, YouTube Shorts
- 21:9 — ultrawide monitor and cinematic format
Practical uses
- Calculating the height of an image or video given a fixed width (or vice versa) without stretching it
- Checking whether an existing resolution is truly 16:9 or a close-but-different ratio like 8:5
- Working out the physical width and height of a TV or monitor from its advertised diagonal size