🖼️ Target Aspect Ratio Pixel Crop Dimension Calculator
Calculate target cropped pixel dimensions (width × height) and sensor pixel retention percentages for 16:9, 4:3, 1:1, 9:16, and 21:9 aspect ratios.
What Target Aspect Ratio Pixel Crop Dimension Calculator Does
This calculator works out the largest crop of a given aspect ratio that fits inside an image you already have, and how much of the original it throws away. Enter the source dimensions, pick a target ratio, and it returns the cropped pixel dimensions, the pixels lost and the percentage retained.
That is a different question from the one nearly every aspect ratio calculator answers. Those tools scale: they take a width and return the height that preserves the existing proportions. Scaling never loses anything, because the shape does not change. Reframing a 4:3 photo as 16:9 does change the shape, so something has to go — and what goes is the part of the calculation nobody publishes.
The number that matters afterwards is not the percentage, it is the megapixels left. A crop that keeps 42% of a 12-megapixel photo leaves 5.06 megapixels, which is still plenty for a phone screen and marginal for a large print. Percentage tells you what you sacrificed; the pixel count tells you whether what remains is enough.
How to Use Target Aspect Ratio Pixel Crop Dimension Calculator
- Select target aspect ratio (16:9, 4:3, 1:1, 9:16, 4:5, 21:9)
- Enter original image width and height in pixels
- Review exact optimal cropped pixel dimensions and retained pixel count
Formula Used by Target Aspect Ratio Pixel Crop Dimension Calculator
The largest crop of a target ratio that fits
If source ratio > target: width = height × target, height unchanged. Otherwise: height = width ÷ target, width unchanged.
- source ratio
- Original width ÷ original height
- target
- Desired width ÷ height — 16:9 is 1.7778
Worked example
A 4000 × 3000 photo (4:3, ratio 1.3333) cropped to 16:9 (1.7778).
- 1.3333 < 1.7778, so the source is too tall for the target — height must go
- Width stays at 4000
- Height: 4000 ÷ 1.7778 = 2250
Result: 4000 × 2250. The full width is kept and 750 pixels of height are removed — 375 from each edge if the crop is centered.
What the crop costs
pixels lost = (w × h) − (cropped w × cropped h); retained % = cropped area ÷ original area × 100
- retained %
- Share of the original pixels surviving the reframe
Worked example
The same 4000 × 3000 photo, cropped to 16:9 at 4000 × 2250.
- Original: 4000 × 3000 = 12,000,000 pixels (12.0 MP)
- Cropped: 4000 × 2250 = 9,000,000 pixels (9.0 MP)
- Lost: 3,000,000 pixels
Result: 75.0% retained, 3.0 megapixels discarded. Going the other way — the same photo to 9:16 for a vertical story — keeps only 42.2% and leaves 5.06 MP.
A 12 MP 4:3 Photo (4000 × 3000) Cropped to Each Ratio
The largest crop of each shape that fits inside the original. The source is already 4:3, which is why that row loses nothing.
| Target ratio | Cropped dimensions | Megapixels left | Pixels retained |
|---|---|---|---|
| 4:3 (source) | 4000 × 3000 | 12.00 MP | 100.0% |
| 16:9 | 4000 × 2250 | 9.00 MP | 75.0% |
| 1:1 | 3000 × 3000 | 9.00 MP | 75.0% |
| 4:5 | 2400 × 3000 | 7.20 MP | 60.0% |
| 21:9 | 4000 × 1714 | 6.86 MP | 57.1% |
| 9:16 | 1688 × 3000 | 5.06 MP | 42.2% |
A 24 MP 3:2 Camera File (6000 × 4000)
Starting from 3:2 rather than 4:3 changes every answer — a source nearer the target shape loses less. This is why the ratio you shoot in matters more than the ratio you crop to.
| Target ratio | Cropped dimensions | Megapixels left | Pixels retained |
|---|---|---|---|
| 4:3 | 5333 × 4000 | 21.33 MP | 88.9% |
| 16:9 | 6000 × 3375 | 20.25 MP | 84.4% |
| 1:1 | 4000 × 4000 | 16.00 MP | 66.7% |
| 21:9 | 6000 × 2571 | 15.43 MP | 64.3% |
| 4:5 | 3200 × 4000 | 12.80 MP | 53.3% |
| 9:16 | 2250 × 4000 | 9.00 MP | 37.5% |
Vertical Phone Video (1080 × 1920) Reframed for Landscape
The expensive direction. Turning a vertical capture into a widescreen frame discards most of it, which is why footage shot vertically rarely survives a landscape edit.
| Target ratio | Cropped dimensions | Pixels retained |
|---|---|---|
| 4:5 | 1080 × 1350 | 70.3% |
| 1:1 | 1080 × 1080 | 56.3% |
| 16:9 | 1080 × 608 | 31.7% |
"21:9" Is Not 21:9
Every preset list offers 21:9 as an ultrawide option. No display actually uses it — the marketing name does not match the panel.
| Resolution | True reduced ratio | Decimal | 21:9 as a decimal |
|---|---|---|---|
| 2560 × 1080 | 64:27 | 2.3704 | 2.3333 |
| 3440 × 1440 | 43:18 | 2.3889 | 2.3333 |
How to Read Your Result
Cropping and scaling are different operations
Scaling changes size and keeps shape; cropping changes shape and keeps scale. Almost every other calculator does the first, which is why they never report a loss — there is none to report. If you feed a 4:3 photo into a scaling calculator and ask for 16:9, the honest answers are either "that is a different shape" or a distorted image. The useful answer is the one here: the largest 16:9 rectangle inside your photo, and what it costs.
Check the megapixels against what you are making
A percentage is a comparison; a pixel count is a constraint. An Instagram feed post wants about 1080 pixels on the short edge, a 4K frame wants 2160, and a sharp 8 × 10 inch print at 300 dpi wants 2400 × 3000. Cropping a 12 MP photo to 9:16 leaves 1688 × 3000 — fine for the phone, short of 4K width, and just short of that print on one edge. The crop that looks acceptable as a percentage can still fail the requirement it was made for.
Crop position is a separate decision from crop size
This calculator returns the dimensions of the largest fitting rectangle, not where to place it. A centered crop is the default assumption and is frequently the wrong one: a horizon, a face near an edge, or headroom in a portrait all argue for an off-center placement. The dimensions are fixed by geometry; where that rectangle sits is a compositional choice the arithmetic cannot make.
Shoot wider than you need
The second table is the practical lesson. Starting from 3:2 rather than 4:3, every crop retains more, because the source is closer in shape to the targets. If you know a frame will be published in several ratios — a square for the feed, a vertical for stories, a widescreen for the site — frame it with margin on all sides and crop outward from a comfortable center. Recovering a crop you did not leave room for is impossible; discarding pixels you did not need is free.
Limitations & Accuracy Notes
- Computes the largest fitting crop only. There is no crop position, no offset, no rule-of-thirds guide, and no preview.
- Six fixed target ratios. There is no custom ratio entry, and no way to work backwards from a required output size to the source dimensions you would need.
- It does not process an image. Nothing is uploaded and nothing is produced — this returns dimensions to use in an editor, not a cropped file.
- No DPI or physical print size. A pixel count does not become a print size without a resolution, and that conversion is not made here.
- No upscaling guidance. If the crop leaves fewer pixels than the output needs, the tool reports the shortfall implicitly through the megapixel count but does not warn about it.
- Rounds to whole pixels, so a computed dimension can be a pixel off the exact ratio — 1688 × 3000 is 0.5627 rather than exactly 0.5625.
- Ignores metadata, EXIF orientation and non-square pixel aspect ratios, which still appear in some video formats.
Frequently Asked Questions
How are cropped pixel dimensions determined?
What is the optimal aspect ratio for YouTube vs Instagram?
How do I crop to a ratio without losing important detail?
Should I crop before or after resizing?
Why does my photo crop badly for a standard print size?
What is a safe area?
Does cropping reduce image quality?
Is my image uploaded?
References & Further Reading
- ITU-R BT.709 — Parameter values for the HDTV standards — The international standard defining the 16:9 picture aspect ratio and 1920 × 1080 raster used throughout HD video
- MDN — Image file type and format guide — Reference for how image formats store dimensions, and the practical resolution considerations behind choosing a crop size for the web