Aspect Ratio Calculator (Simplify + Solve)
Reduce a resolution to its simplest ratio, or solve for a missing width or height. Local math only.
- Runs in your browser
- No sign-up
- No watermark
- No installs
1. Simplify a resolution to a ratio
2. Solve a missing dimension
What this tool does
This calculator does two aspect-ratio jobs. Simplify takes a pixel resolution, such as 1920 x 1080, and reduces it to its lowest-terms ratio (16:9) by dividing both sides by their greatest common divisor. It also flags common named ratios: 16:9, 4:3, 21:9, 1:1, and 3:2. Solve does the inverse: give it a target ratio and one known dimension, and it computes the other. All arithmetic runs locally in your browser; nothing is sent anywhere.
How to use it
For Simplify, type a width and height in pixels; the ratio updates live as you type. For Solve, enter the target ratio as a width and a height (for example 16 and 9), choose whether you are solving for the height or the width, and type the dimension you already know. Example: ratio 16:9 with a known width of 1280 gives a height of 720. Empty, zero, or invalid inputs show a short prompt rather than an error.
Common use cases
- Checking that a video export (1920x1080 or 3840x2160) is truly 16:9 before uploading.
- Working out the height for a hero image at a fixed width and a target ratio.
- Confirming that a monitor or phone resolution reduces to the ratio you expect.
- Resizing a design while keeping its proportions locked.
- Picking pixel dimensions for a social post that must be square (1:1).
Common pitfalls
- A ratio describes shape, not size. Two very different resolutions can share one ratio; 1280x720 and 3840x2160 are both 16:9. Scaling an image up or down does not change its aspect ratio.
- Not every resolution has a tidy name. 1366x768 reduces to 683:384, which is close to but not exactly 16:9. The tool reports the true reduced ratio instead of pretending it matches a named one.
- Solving can yield a fractional pixel. Ratio 16:9 with a width of 1000 gives a height of 562.5. Real images need whole pixels, so the tool rounds the result and shows the exact value alongside it.
Frequently asked questions
- What is an aspect ratio?
- An aspect ratio is the proportional relationship between an image width and its height, written as two numbers separated by a colon, such as 16:9. It describes shape, not size: a 1280x720 image and a 1920x1080 image are both 16:9 because both reduce to the same lowest-terms ratio. The ratio stays constant no matter how you scale the image up or down.
- How do you turn a resolution like 1920x1080 into a ratio?
- Divide both numbers by their greatest common divisor (GCD). For 1920 and 1080 the GCD is 120, so 1920 divided by 120 is 16 and 1080 divided by 120 is 9, giving 16:9. That is exactly how the simplify mode works: it computes the GCD, divides both sides, and prints the lowest-terms ratio. No rounding is involved when the resolution reduces cleanly.
- How do I find a missing width or height for a target ratio?
- Use the solve mode. Enter the target ratio as W:H (for example 16:9) and one known dimension. To get height from a known width, multiply the width by H and divide by W. Ratio 16:9 with width 1280 gives 1280 times 9 divided by 16, which is 720. To get width from a known height, multiply the height by W and divide by H instead.
- What are the most common aspect ratios?
- 16:9 is the modern widescreen standard for HD and 4K video and most monitors. 4:3 is the classic ratio used by older TVs and many tablets. 3:2 is the traditional 35mm photo and DSLR ratio. 1:1 is the square used by many social posts. 21:9 is the nominal label for ultrawide monitors, though real ultrawide panels often reduce to 64:27 or 43:18.
- Why does my resolution reduce to an odd ratio like 683:384?
- Because the width and height do not share a large common factor, so the lowest-terms ratio ends up with big numbers. 1366x768, a common laptop resolution, reduces to 683:384, which is very close to 16:9 (about 1.779 versus 1.778) but not exactly equal. That tiny mismatch is why the tool reports the true reduced ratio rather than forcing it to a named one.
- Does changing the aspect ratio change image quality?
- Changing the ratio itself only changes the shape of the frame. Quality loss happens when you crop or stretch pixels to fit a new ratio: cropping discards pixels and stretching distorts them. If you resize while keeping the same ratio (for example 1920x1080 down to 1280x720), the shape is preserved and only the pixel count changes.
Cite this tool
For academic, journalistic, or technical references. Pick a format:
Citations use 2026 as the publication year. Access date is left as a fillable placeholder where the citation style expects one.