Skip to content
Other

Resolution Scale Calculator

Enter your original resolution in pixels and a scale percentage to get the new width and height, total megapixels, and the pixel-to-pixel aspect ratio. Add a screen size or PPI to convert to physical dimensions and print size. The chart below shows how width, height, and megapixel count change across the full range of scale values from 25% to 200%, so you can compare target resolutions at a glance.

Your details

Horizontal pixel count of the source resolution.
px
Vertical pixel count of the source resolution.
px
Percentage to scale the resolution. 100% = unchanged. 50% = half resolution. 200% = double resolution.
%
Diagonal screen or print size in inches. Used to calculate PPI and physical print width and height. Leave at 0 to skip.
in
Scaled widthHigh res
2,880px

New horizontal pixel count after scaling.

Scaled height1,620px
Original megapixels2.07MP
Scaled megapixels4.67MP
Aspect ratio16:9
Pixels per inch (scaled)122.4PPI
Print width23.53in
Print height13.24in
Pixel area factor2.25
Original MP2.07
Scaled MP4.67
02k4k25113200
Scale (%)
Pixels / Megapixels
Scale (%)Width (px)Height (px)Megapixels (MP)
254802700.13
509605400.52
751k8101.17
1002k1k2.07
1252k1k3.24
1503k2k4.67
1753k2k6.35
2004k2k8.29
  • Width (px)
  • Height (px)
  • Megapixels (MP)

Scaled to 2880 x 1620 px at 150%

  • Scaled dimensions are 2880 x 1620 pixels (4.67 MP), containing 225.0% of the original pixel count.
  • The aspect ratio is preserved at 16:9. Both width and height are scaled by exactly 150%.
  • At 27 inches diagonal, the scaled resolution gives 122 PPI, which is standard screen quality (72-149 PPI).
  • Upscaling increases the pixel area by 125.0%, which raises GPU/storage workload proportionally.

Next stepIf upscaling for print, confirm your PPI meets the print standard (typically 300 PPI minimum for sharp output).

Formula

Wscaled=Worig×scale100,Hscaled=Horig×scale100,MP=W×H106,PPI=W2+H2dinW_{scaled} = W_{orig} \times \frac{scale}{100}, \quad H_{scaled} = H_{orig} \times \frac{scale}{100}, \quad MP = \frac{W \times H}{10^6}, \quad PPI = \frac{\sqrt{W^2 + H^2}}{d_{in}}

Worked example

Scaling Full HD (1920 x 1080 px) to 150%: new width = 1920 x 1.5 = 2880 px; new height = 1080 x 1.5 = 1620 px; scaled MP = 2880 x 1620 / 1,000,000 = 4.67 MP (vs. 2.07 MP original). The pixel area factor is 1.5^2 = 2.25, so the scaled image has 2.25x more pixels. On a 27-inch monitor the diagonal pixel count is sqrt(2880^2 + 1620^2) = 3305 px, giving 3305 / 27 = 122.4 PPI.

What is resolution scaling and why does it matter?

Resolution scaling is the process of multiplying (or dividing) the pixel width and height of an image or display by a constant factor. When you scale from 1920 x 1080 to 2880 x 1620, every dimension grows by 1.5x but the total pixel count grows by 1.5 squared, or 2.25x, because area is two-dimensional. This quadratic relationship is crucial for video editors, game developers, and photographers: doubling a resolution quadruples the data, storage requirements, and GPU processing load. Downscaling is equally important when you need smaller file sizes, faster load times on the web, or lower GPU workloads for real-time rendering.

How the resolution scale calculator works

Enter your original pixel width and height, then set a scale percentage. Values above 100% upscale (add pixels); values below 100% downscale (remove pixels). The calculator multiplies each dimension by the scale factor independently, so the aspect ratio is always preserved. It also computes total megapixels (MP = width x height / 1,000,000), the pixel area factor (scale / 100, squared), and, if you supply a screen diagonal size, the pixels per inch (PPI) and physical print dimensions in inches. The chart shows how width, height, and megapixels change at eight scale points from 25% to 200%, giving a quick visual comparison across common scaling targets.

PPI, print size, and quality thresholds

Pixels per inch (PPI) describes how tightly packed the pixels are on a physical medium. For screen viewing, 72-96 PPI is the traditional minimum; modern high-DPI (Retina) displays range from 150 to 400+ PPI. For inkjet photo prints the industry standard is 300 PPI for sharp edges; offset press printing typically uses 240-300 PPI. If you are preparing an image for a 27-inch monitor and your scaled resolution gives only 80 PPI, the image will appear soft or pixelated. Conversely, printing a 4K image on a small sheet can yield well over 300 PPI, which is more than the eye can resolve at normal viewing distance. Use the PPI output to verify you are hitting the right quality tier for your target medium.

Common resolution scaling use cases

In video production, 4K footage is often downscaled to 1080p for web delivery, reducing file size to 25% (a factor of 0.25x in area). Game rendering uses dynamic resolution scaling (DRS) to drop to 75% or 50% during heavy scenes and then upscale with algorithms like DLSS or FSR to avoid a full re-render at native resolution. For web development, retina (2x) assets are scaled to 50% for standard displays to stay sharp on both. Photographers delivering to agencies usually need files at specific megapixel counts, and the calculator makes it easy to find the scale factor that hits a target MP from a given sensor resolution.

Common standard resolutions

NameWidth (px)Height (px)MegapixelsAspect ratio
MMS (176p)1761440.0311:9
QVGA (240p)3202400.084:3
SD (480p)6404800.314:3
HD (720p)12807200.9216:9
Full HD (1080p)192010802.0716:9
WQHD (1440p)256014403.6916:9
4K UHD384021608.2916:9
DCI 4K409621608.8517:9
8K UHD7680432033.1816:9

Standard display and broadcast resolutions with width, height, megapixel count, and aspect ratio.

Frequently asked questions

Does scaling preserve the aspect ratio?

Yes. When you apply a single scale percentage, both width and height are multiplied by the same factor, so the ratio between them stays exactly the same. If your source is 16:9, the scaled output is also 16:9.

Why does the megapixel count change faster than the scale percentage?

Megapixels is width times height, so scaling both dimensions by a factor f multiplies the pixel count by f squared. A 150% scale (f = 1.5) yields 1.5^2 = 2.25 times as many pixels, not 1.5 times. This quadratic growth is why going from 1080p to 4K (roughly 2x per dimension) means handling 4x the data.

What scale percentage takes Full HD (1920 x 1080) to 4K (3840 x 2160)?

200%. Each dimension doubles: 1920 x 2 = 3840 and 1080 x 2 = 2160. The pixel count goes from 2.07 MP to 8.29 MP, a 4x increase.

What PPI do I need for a sharp photo print?

The standard for high-quality inkjet photo printing is 300 PPI. Offset press printing for magazines typically uses 240-300 PPI. For large-format prints viewed from a distance (posters, banners), 100-150 PPI can still appear sharp because the viewer stands farther away.

How do I find the scale percentage to hit a target resolution?

Divide the target width by the original width (both in pixels) and multiply by 100. For example, to go from 1920 px to 1280 px: 1280 / 1920 x 100 = 66.7%. You can verify this in the calculator by entering 1920 x 1080 with a scale of 66.7% and confirming the output is 1280 x 720.

What is the pixel area factor?

It is (scale / 100) squared and represents how many times more (or fewer) pixels the scaled image contains compared to the original. A factor of 2.25 means the scaled image has 2.25x as many pixels. This number directly scales GPU rendering load, file size (roughly), and processing time for image operations.

Can I use this to calculate DPI for print from a digital resolution?

Yes. Enter the pixel dimensions and set the screen / print size field to your print size in inches. The PPI output tells you the pixel density at that size. PPI and DPI refer to the same concept in this context (print resolution in dots or pixels per linear inch).

Sources

Written by Grace Mbeki, MSc Data Scientist & Educator · Nairobi, Kenya

Turning everyday numbers into clear, actionable answers for the decisions that matter most.

Search 3,500+ calculators

Loading search…