Screen Ratio Calculator - Width, Height and Diagonal Size

Screen ratio calculator - type the width and height of any monitor, TV or phone in inches to read back the simplified 16:9, 16:10, 4:3 or 21:9 ratio, the diagonal screen size, and the same dimensions in centimetres.

Updated: June 19, 2026 • Free Tool

Screen Ratio Calculator

Horizontal edge of the panel, measured in inches with the bezel excluded.

Vertical edge of the panel, measured in inches with the stand or bezel excluded.

Results

Simplified Screen Ratio (W:H)
0
Decimal Ratio 0
Closest Standard 0
Diagonal Size 0in
Diagonal Size 0cm
Width in Centimetres 0cm
Height in Centimetres 0cm

What Is a Screen Ratio Calculator?

A Screen Ratio Calculator turns the physical width and height of a monitor, television or phone panel into the same simplified W:H ratio that designers and spec sheets use. Type the screen width and height in inches and the calculator returns the reduced screen ratio (such as 16:9 or 4:3), the diagonal screen size in inches and centimetres, and a match against common display standards.

  • Verifying a TV or monitor listing: Confirm a manufacturer's '32 inch class' claim by checking the actual width and height against the diagonal.
  • Naming the panel on a spec sheet: Pick the right standard name (16:9, 16:10, 4:3, 21:9) without reducing fractions manually.
  • Comparing two monitors before a purchase: Compute diagonal size and centimetre dimensions of two panels to decide which fits a desk mount.
  • Planning a video wall or kiosk layout: Match screen dimensions in centimetres to a CAD drawing so frames and bezels line up.

Most confusion around screen sizes comes from mixing up diagonal size (the marketing number) with the width and height you need for mounting and bezels. The calculator works in physical inches and returns everything else from that one pair of inputs.

Output is phrased in both inches and centimetres because panel specifications, mount cutouts and CAD drawings rarely agree on units. The same numbers drop straight into a spec sheet or vendor quote.

When the source dimensions are stored as CSS pixels rather than physical inches, the CSS Aspect Ratio Calculator is the natural next step because it converts pixels into the same simplified W:H pair plus a copy-ready aspect-ratio snippet.

How the Screen Ratio Calculator Works

The calculator takes the two physical dimensions, divides width by height to get a decimal ratio, then reduces both numbers by their greatest common divisor so the pair is the simplest whole-number form, and finally applies the Pythagorean theorem to compute the diagonal size.

decimalRatio = width / height | simplifiedRatio = (width / gcd(width, height)) : (height / gcd(width, height)) | diagonal = sqrt(width^2 + height^2)
  • width: Horizontal edge of the panel in inches (bezel excluded).
  • height: Vertical edge of the panel in inches (bezel excluded).
  • gcd: Greatest common divisor of the two scaled dimensions, used to reduce the ratio to the smallest whole-number pair.
  • decimalRatio: Width divided by height, shown to four decimal places for direct comparison with preset standards.
  • diagonal: Square root of width squared plus height squared; matches the diagonal measurement used on monitor and TV spec sheets.

Reducing the ratio with the greatest common divisor turns 1920 by 1080 pixels into the clean 16:9 pair designers write down. The same reduction works on physical inches scaled to integers.

The diagonal calculation uses the Pythagorean theorem on the two inch values, producing the same diagonal regardless of orientation. Multiplied by 2.54, the result becomes the metric equivalent mount spec sheets and CAD drawings usually expect.

32 inch class 16:9 television

Width = 27.89 in, height = 15.69 in (the physical panel edges of a 32 inch class TV).

Diagonal = sqrt(27.89^2 + 15.69^2) ≈ 31.99 in / 81.26 cm. Decimal ratio 27.89 / 15.69 = 1.7778, which snaps to 16:9.

Result: simplified ratio 16:9, preset 16:9 widescreen, diagonal 31.99 in / 81.26 cm.

This is the standard widescreen television format that most streaming video and broadcast content is mastered for.

According to W3C CSS Sizing Module Level 4, aspect-ratio property accepts a positive <ratio> written as W / H, which is the same notation used for screen ratios.

When you need the pixels-per-inch of the same panel, the Screen Resolution Calculator converts width, height and diagonal size into PPI and optimal viewing distance in one step.

Key Concepts Behind Screen Ratios

Four ideas that explain why a clean integer ratio and a single diagonal number cover most of what a screen spec sheet actually needs.

Aspect ratio versus screen size

Aspect ratio is the proportional relationship between width and height, while screen size is the diagonal measurement in inches. Two monitors with the same 27 inch diagonal can have very different ratios and very different footprints on a desk.

Common display standards

16:9 is the widescreen television and Full HD default, 16:10 sits on most productivity laptops, 4:3 is the classic XGA monitor and SD television, and 21:9 is the ultrawide cinema panel. Recognising the standard tells you what kind of content the panel will display without distortion.

Greatest common divisor reduction

The GCD is the largest integer that divides both width and height. Dividing both numbers by the GCD produces the smallest whole-number pair that preserves the ratio, which is what designers and spec sheets actually write.

Diagonal measurement convention

Manufacturers quote the diagonal of the viewable area, not the width or height. Knowing the diagonal is not enough because two different aspect ratios can share the same diagonal.

Each of these concepts shows up in the calculator: the GCD makes the simplified pair small, the decimal value bridges to the preset list, and the diagonal tells you whether a '27 inch' label means a flat 16:9 panel or a tall 16:10 productivity display.

Because the calculator reports both inch and centimetre values, you can compare panels across vendors without redoing conversions. The unit pair also confirms a vendor quote against a metric CAD drawing.

According to ITU-R BT.709, 16:9 is the international standard for high-definition television with a 1920x1080 raster, which is why broadcast, streaming and panel manufacturers all adopt the same 16:9.

When the GCD reduction needs to run on a ratio that is not inches, the Simplify Ratio Calculator applies the same algorithm to any pair of numbers and returns the simplest form.

How to Use This Screen Ratio Calculator

Five quick steps from a tape measure or spec sheet to a named ratio plus diagonal size and centimetre dimensions.

  1. 1 Measure the screen width: Measure the horizontal edge of the viewable area in inches with the bezel excluded. Enter the value in the Screen Width field.
  2. 2 Measure the screen height: Measure the vertical edge of the viewable area in inches. Enter the value in the Screen Height field.
  3. 3 Read the simplified ratio: The Simplified Screen Ratio result is the smallest whole-number form that preserves the input ratio.
  4. 4 Check the closest standard: Confirm the Closest Standard result. A 16:9 widescreen match means the panel follows the television and Full HD default.
  5. 5 Use the diagonal and centimetre outputs: Copy Diagonal Size for spec sheets and the centimetre values for metric drawings or vendor quotes.

A 27 inch class 16:9 monitor measures 23.53 in wide by 13.24 in tall. Typing those values returns 16:9, the 16:9 widescreen preset, diagonal 27.00 in / 68.58 cm, and centimetre equivalents of 59.77 cm by 33.62 cm. Those four numbers fit straight onto a spec sheet.

Once the panel dimensions are locked, the Diagonal Of Rectangle Calculator lets you sanity-check the diagonal against a standalone Pythagorean calculation if a vendor spec quotes a slightly different value.

Benefits of Using a Screen Ratio Calculator

Why buyers, designers and AV installers reach for a screen ratio calculator instead of working out ratios and diagonals by hand.

  • Name the panel without arithmetic: Skip the GCD reduction and let the calculator return the simplified 16:9, 16:10, 4:3 or 21:9 pair.
  • Match vendor specs in seconds: Compare a '32 inch class' label against actual width and height to sanity-check a product page.
  • Plan mounts and bezels: Use the centimetre outputs to align a VESA mount, kiosk frame or video wall seam with the panel's edge positions.
  • Quote and document with both units: Generate inch and centimetre values so a spec sheet, vendor quote and CAD drawing all agree.
  • Catch mismatched marketing numbers: Spot the difference between a 32 inch 16:9 TV and a 32 inch 21:9 cinema display at a glance.
  • Quickly check unusual orientations: Confirm whether the simplified pair flips to 9:16 in portrait before cutting a custom enclosure.

Most of these benefits come from removing arithmetic that is easy to get wrong. When the calculator names the ratio and prints the diagonal, there is no opportunity to mis-key a number or drop a factor of 100.

A 16:10 and a 16:9 monitor with the same diagonal occupy different horizontal space on a desk, and only the centimetre outputs make that difference visible at a glance.

When the panel ratio must be scaled to a different width or height, the Equivalent Ratio Calculator scales the simplified pair to any target dimension while preserving the 16:9 ratio exactly.

Factors That Affect the Result

What changes the simplified pair, the preset match, or the diagonal size the calculator returns.

Measurement accuracy

Off by a tenth of an inch on either edge shifts the decimal ratio on the fourth decimal place. Measure the viewable area with a rigid ruler, not a flexible tape.

Bezel and stand inclusion

Including the bezel or stand in the measurement inflates the diagonal beyond the marketed class size and produces a misleading ratio. The calculator expects the panel edge only.

Orientation of the panel

Rotating a 16:9 panel to portrait swaps the simplified pair to 9:16. The decimal ratio falls below 1 and the preset match jumps to the vertical entry.

Rounding from manufacturer spec sheets

Some spec sheets round width and height to the nearest millimetre. A measured 27.89 in panel can still return a 16:9 result even when the raw spec lists 27.9 in by 15.7 in.

Custom or non-standard ratios

Panels in ratios outside the preset list (such as 2.35:1 cinema or 32:9 super ultrawide) still return an exact simplified pair, just without a named standard match.

  • The calculator only handles a single rectangular panel. Curved, ultra-narrow bezel arrays, and wraparound displays need per-segment measurements.
  • The preset list covers the standards most users meet on a spec sheet. Specialty broadcast ratios such as 2:1, 2.20:1 or 2.39:1 return the exact simplified pair without a named preset.
  • Diagonal size uses the Pythagorean theorem on the two edges. Manufacturer marketing numbers sometimes round this value, so a calculated 31.99 in panel can still be labelled as 32 inch class.

These limits are why the calculator shows the decimal ratio and simplified pair next to the preset match. When the preset is wrong, the simplified pair is still the authoritative answer for naming the screen.

For most consumer and office displays, the limits do not matter. The diagonal matches the marketing label within a tenth of an inch and the preset list covers most practical panels.

According to VESA display timing standards, both the 4:3 raster in legacy monitors (1024x768 XGA) and the 16:9 raster in modern panels are governed by VESA's coordinate video timing specs, so those ratios recur in spec sheets.

When the Pythagorean diagonal needs to be confirmed against a separate right triangle calculation, the Pythagoras Triangle Calculator accepts the two catheti in any unit and returns the hypotenuse, area and perimeter.

Screen ratio calculator interface showing width and height inputs in inches and the resulting simplified screen ratio with diagonal screen size and centimetre equivalents
Screen ratio calculator interface showing width and height inputs in inches and the resulting simplified screen ratio with diagonal screen size and centimetre equivalents

Frequently Asked Questions

Q: What is the screen ratio on a monitor?

A: The screen ratio on a monitor is the proportional relationship between the panel's width and height, written as width to height such as 16:9 or 16:10. The 16:9 ratio is the widescreen television and Full HD default, while 16:10 is common on productivity laptops.

Q: How do I calculate the screen ratio of my monitor?

A: Measure the panel width and height in inches with the bezel excluded, divide width by height to get a decimal, and reduce the integer pair by the greatest common divisor. A 23.53 inch by 13.24 inch panel becomes 1.7778, which reduces to 16:9.

Q: What is the difference between 16:9 and 16:10 screen ratio?

A: 16:9 is 1.7778 times wider than tall and is the television and Full HD default. 16:10 is 1.6 times wider than tall and gives productivity laptops and budget monitors extra vertical space for toolbars and documents.

Q: Does screen ratio matter for productivity work?

A: Yes. A 16:10 or 3:2 panel gives noticeably more vertical pixels than a 16:9 panel of the same diagonal, which means more lines of code, more rows in a spreadsheet, and less scrolling for documents and email.

Q: How is screen ratio measured?

A: Screen ratio is measured from the viewable panel edges only. The width and height in inches are divided, and the result is reduced to the smallest whole-number pair by the greatest common divisor, which is what the calculator does for you.

Q: What screen ratio do I have?

A: Look at the simplified screen ratio the calculator returns. If it reads 16:9 you have the widescreen default; 16:10 means a productivity panel; 4:3 means an older square-format display; and 21:9 means an ultrawide cinema panel.