How to Resize an Image in Photoshop — Full 2025 Guide
Resizing is the single most common Photoshop task. Change dimensions for a website, hit a social media spec, prepare a file for print — it all starts with the pixel count. But Photoshop offers multiple paths, and each one behaves differently.
This guide covers every resize method in Photoshop 2025 (v26.x): Image Size, Canvas Size, Free Transform, Smart Objects, and batch Actions. You will learn which resample algorithm to choose, how resolution relates to file size, and how to avoid blurry output.
Need a fast resize without launching Photoshop? Pixotter's resize tool handles exact pixel dimensions and percentages in your browser — no install, no file upload.
The Image Size Dialog
This is where most resizing happens. Open it with Image > Image Size or press Alt+Ctrl+I (Windows) / Option+Cmd+I (Mac).
Three fields matter:
- Width / Height — Your target dimensions. Work in pixels, inches, centimeters, or percentages. The chain-link icon locks the aspect ratio — keep it locked unless you want to stretch the image intentionally.
- Resolution — Pixels per inch (PPI). This number defines how tightly pixels pack into a physical inch. More on this relationship below.
- Resample — The critical toggle. When on, Photoshop adds or removes pixels to hit your target. When off, it only changes the metadata mapping pixels to physical dimensions — pixel count stays identical.
Step-by-Step: Resize to Exact Pixel Dimensions
- Open your image in Photoshop 2025.
- Go to Image > Image Size (Alt+Ctrl+I / Option+Cmd+I).
- Set the unit dropdown next to Width to Pixels.
- Confirm the chain-link icon is active (aspect ratio locked).
- Check Resample and choose your algorithm (see the comparison table below).
- Enter your target width or height. The other dimension adjusts automatically.
- Click OK.
- Save with File > Export > Export As for web output (PNG, JPEG, or WebP) or File > Save As for print.
The resample method you select in step 5 determines output quality, especially when enlarging. Choose carefully.
Try it yourself
Resize to exact dimensions for any platform — free, instant, no signup. Your images never leave your browser.
Resample Methods Compared
Photoshop 2025 offers seven resampling algorithms. Here is when each one earns its place:
| Resample Method | Best For | How It Works | Quality |
|---|---|---|---|
| Preserve Details 2.0 | Enlarging photos | AI-powered upscaling with a Noise Reduction slider (0-100%). Analyzes content to reconstruct detail. | Best for upscaling |
| Bicubic Smoother | Enlarging (legacy) | Interpolates new pixels with a smoothing bias. Less artifacting than bilinear, softer than Preserve Details. | Moderate for upscaling |
| Bicubic Sharper | Downscaling | Interpolates with a sharpening bias. Maintains edge definition when shrinking. | Great for downscaling |
| Bicubic (Automatic) | General use | Photoshop selects Smoother or Sharper based on scale direction. A reliable default. | Good overall |
| Bilinear | Speed over quality | Samples the 4 nearest pixels. Faster but lower quality than bicubic methods. | Low |
| Nearest Neighbor | Pixel art, screenshots | Duplicates or removes pixels with zero interpolation. Preserves hard edges. | Best for pixel art |
| Automatic | Default | Photoshop picks the best method based on image content and scale direction. Usually selects Preserve Details 2.0 or Bicubic. | Good overall |
Which Method Should You Pick?
Enlarging a photo? Use Preserve Details 2.0. Start the Noise Reduction slider at 20% and increase if grain appears. This method uses Adobe's machine learning model and produces visibly better results than any bicubic option.
Shrinking a photo? Use Bicubic Sharper. It counteracts the softness from discarding pixels. If the result looks over-sharpened, fall back to Bicubic (Automatic).
Working with pixel art, icons, or screenshots? Use Nearest Neighbor. Every other method blurs the hard pixel edges that define these image types.
Not sure? Leave it on Automatic. Photoshop's auto-selection is reliable in v26.x and rarely picks wrong.
For more on maintaining sharpness during resizing, see our guide on how to resize images without losing quality.
Dimensions, Resolution, and File Size
These three values are linked, and understanding the relationship prevents confusion:
- Dimensions (width x height in pixels) define how many pixels the image contains. A 3000x2000 image has 6 million pixels.
- Resolution (PPI) defines how many pixels fit into one physical inch when printed. It has zero effect on screen display — monitors render by pixel count, not PPI.
- File size is determined by pixel count and color depth (plus compression). More pixels = larger file. Resolution metadata does not change file size when Resample is off.
The practical implication: changing resolution with Resample off is free. You are relabeling the same pixels. Setting a 3000x2000 image from 72 PPI to 300 PPI does not add pixels — it tells the printer to pack them tighter, shrinking print size from roughly 41x27 inches to 10x6.7 inches. Changing dimensions with Resample on is a real operation — you create or destroy pixels, which changes both file size and image quality.
For a deeper dive into converting between pixel counts and physical measurements, see our pixels to inches guide.
Canvas Size vs. Image Size
These two dialogs both change document dimensions, but they do fundamentally different things:
- Image Size scales the image content. The photo gets bigger or smaller. Pixels are added or removed.
- Canvas Size changes the workspace around the image without touching the content. Expanding the canvas adds empty space. Shrinking it crops edges.
When to Use Canvas Size
Open Canvas Size with Image > Canvas Size (Alt+Ctrl+C / Option+Cmd+C). Use it when you need to:
- Add padding or borders around an image
- Extend the background for text or a watermark
- Change aspect ratio without distorting the photo (add space to the sides to go from 4:3 to 16:9)
- Crop symmetrically from specific edges using the anchor grid
The anchor grid controls where the existing image sits within the new canvas. Click center to add space equally on all sides. Click a corner to push all extra space to the opposite corner.
Example: You have a 1200x800 image and need a 1200x1200 square. Open Canvas Size, set height to 1200px, keep the anchor centered, and Photoshop adds 200px above and below.
Free Transform (Ctrl+T / Cmd+T)
Free Transform resizes individual layers rather than the entire document. Select your layer, press Ctrl+T (Windows) / Cmd+T (Mac), and drag the corner handles.
Key behaviors in Photoshop 2025:
- Proportional scaling is the default. Drag any corner handle and the aspect ratio stays locked. Hold Shift to scale non-proportionally (the opposite of older Photoshop versions).
- Hold Alt/Option while dragging to scale from the center instead of from the opposite corner.
- Type exact values in the Options Bar — enter a width of 50% to scale the layer to half size, or type pixel dimensions directly.
- Press Enter to commit, Esc to cancel.
Free Transform is destructive on regular pixel layers — scaling down then back up loses quality permanently. Convert to a Smart Object first (right-click layer > Convert to Smart Object) for non-destructive resizing. Photoshop then resamples from the original embedded data on every transform.
When to use Free Transform vs. Image Size: Image Size changes the entire document. Free Transform resizes one layer within a composition — scaling a logo into a mockup, fitting a placed image into a template.
For resizing vectors in a different Adobe tool, see our guide on how to resize an image in Illustrator.
Batch Resize with the Actions Panel
The Actions panel lets you record a resize sequence and replay it across an entire folder.
Record a Resize Action
- Open one representative image from your batch.
- Open the Actions panel (Window > Actions).
- Click Create New Action (the + icon). Name it "Resize to 1200px wide." Click Record.
- Go to Image > Image Size. Set width to 1200px, Resample to Bicubic Sharper. Click OK.
- Go to File > Export > Export As. Choose your format and quality. Export to your output folder.
- Close the image (File > Close, click "Don't Save").
- Click Stop in the Actions panel.
Run the Action on a Folder
- Go to File > Automate > Batch.
- Set the Action to the one you recorded.
- Source: Folder. Click Choose and select your input folder.
- Check Suppress File Open Options Dialogs and Suppress Color Profile Warnings.
- Destination: Folder. Choose your output directory.
- Click OK. Photoshop processes every image in the folder.
For simpler jobs, File > Scripts > Image Processor offers a streamlined interface — pick input folder, output folder, format, and max dimensions. No Action required.
For a faster alternative, Pixotter's resize tool handles batch resizing directly in the browser — drop files, set dimensions, download. No Actions setup, no subscription. For more batch workflows, see our batch resize images guide.
Resize images without Photoshop
Set exact pixel dimensions or percentages — free, in your browser. No install, no subscription.
Common Mistakes to Avoid
Resizing with Resample off when you need pixel changes. Changing dimensions with Resample unchecked only alters print metadata — pixel count stays the same. For any web or social media resize, Resample must be on.
Using Bicubic Smoother instead of Preserve Details 2.0 for upscaling. Bicubic Smoother was the best option in older versions. Preserve Details 2.0, refined through v26.x, produces substantially sharper enlargements. No reason to default to Bicubic Smoother for photos in 2025.
Scaling a flattened layer up and down repeatedly. Each transform compounds quality loss. Convert to a Smart Object before starting, or resize once to your final dimensions.
Saving as JPEG multiple times. Every JPEG save recompresses. Resize once, export once. Keep a PSD or TIFF master for future edits. After resizing, compress your final export to hit your target file size without extra quality loss.
Resize for Web vs. Print
Web Images
- Set width to match your layout column (800-1400px for blog content, 1920px for full-width heroes).
- Resolution: 72 PPI. Higher values only increase file size — screens ignore PPI.
- Resample: Bicubic Sharper for downscaling.
- Export as WebP for best compression, JPEG at 80-85% for compatibility, or PNG when you need transparency.
Print Images
- Open Image Size. Uncheck Resample first.
- Set Resolution to 300 PPI.
- Check the resulting physical dimensions in inches. If the print size is too small, check Resample on, select Preserve Details 2.0, and scale up.
- Save as TIFF or high-quality JPEG (95-100%).
Our how to resize a photo guide covers more platform-specific walkthroughs.
Frequently Asked Questions
How do I resize an image in Photoshop without losing quality?
Use Preserve Details 2.0 for enlarging and Bicubic Sharper for shrinking. If you plan to resize multiple times, convert the layer to a Smart Object first so Photoshop resamples from the original data each time. See our resize without quality loss guide for more techniques.
What is the difference between Image Size and Canvas Size?
Image Size scales the photo — pixels are added or removed. Canvas Size changes the workspace around the photo without scaling anything. Larger canvas adds empty space; smaller canvas crops the edges. Use Image Size to change photo dimensions. Use Canvas Size to add padding or change aspect ratio.
Can I resize multiple images at once in Photoshop?
Yes. Record an Action that resizes, exports, and closes an image, then run it on a folder via File > Automate > Batch. For simpler jobs, File > Scripts > Image Processor works without Action setup. Without Photoshop, Pixotter's resize tool handles batch processing in the browser.
What resolution should I use for web images vs. print?
Web: 72 PPI. Screens render by pixel count, so higher PPI just inflates file size. Print: 300 PPI for photo-quality output. Large-format printers sometimes accept 150 PPI — check with your printer.
Why does my resized image look blurry?
Three common causes: (1) Wrong resample method — use Preserve Details 2.0 for photos or Nearest Neighbor for pixel art. (2) You scaled a pixel layer up and down without a Smart Object — undo and resize in one step. (3) JPEG saved at low quality — export at 85%+ or use PNG/WebP. Our Photoshop vs. GIMP comparison covers where Photoshop's resampling beats open-source alternatives.
If you need to enlarge an image rather than shrink it, see our guide on how to upscale an image in Photoshop for AI-powered and traditional enlargement techniques.
Try it yourself
Ready to resize? Drop your image and get results in seconds — free, instant, no signup. Your images never leave your browser.