/// blog Screenshots

Crop a screenshot before you share the link

Founder, imagepaste.org
/// published
Apr 15, 2026
/// read time
6 min read
Crop a screenshot before you share the link
/// table of contents

Crop a screenshot before you share it and the link does the explaining for you. Sharing the raw, full-screen grab is rarely what people actually want. Most of the time the useful part is one small region: a single error message, one cell of a spreadsheet, a paragraph from a long document. Everything else is just clutter the reader has to filter out. Imagepaste builds a crop step right into the paste flow, so you trim on the way out.

When the crop step appears

Every upload goes through the crop view. Paste an image, drop a file, or pick one from disk, and the crop modal opens with the full frame selected by default. Send it as-is, or adjust first.

The crop modal with a screenshot loaded, showing the full image selected and a green Send button

How to adjust the selection

  • Resize: drag the corner or edge handles. They're the small squares at each corner and midpoint.

  • Move: drag inside the selection to shift the whole rectangle.

  • Lock the ratio: hold Shift while dragging a corner to keep the aspect ratio fixed.

  • Reset: double-click inside the selection to snap back to the full image.

The preview updates live, so what you see inside the selection is exactly what uploads. Nothing extra gets sent.

Cropping a screenshot on a phone

The crop view works the same on touch screens. You just use your finger instead of a mouse.

  • Resize: touch and drag a corner or edge handle.

  • Move: press inside the selection and drag the rectangle where you want it.

  • Reset: double-tap inside the selection to go back to the full image.

When the selection looks right, tap Send and you get the same short link as on desktop.

Three cases where cropping is worth it

1. Bug reports

A screenshot of a broken React DevTools panel shouldn't include the whole browser window, your bookmarks bar, and the unrelated Slack thread in the background. Trim to the component and the error stack. Whoever you send it to will thank you.

2. Design review

When you're flagging a spacing issue to a designer, crop to the exact element plus two rows of surrounding context. That's enough for the reviewer to get it without opening the file themselves. A full-page screenshot just wastes their time.

3. Redacting neighbors

Screenshots often catch an open email in a neighboring window or a customer name in a sidebar. Cropping is the fastest way to cut those out without opening a separate editor, and it all happens before the file ever leaves your machine.

When to skip the crop

Sometimes the full frame is the point. You're sending proof of the whole screen at a specific moment, not a focused snippet. In that case, skip cropping entirely. The modal opens with the full image already selected, so hitting Send without dragging anything uploads the original capture untouched. One tap.

The crop view exists to reduce what you share, never to reformat it. Nothing is resized or resampled beyond the pixel boundary you select.

Crop, blur, or both: matching the cleanup to the risk

Cropping removes everything outside the selection, which makes it the right tool when the sensitive part sits at the edge of the frame: a taskbar, an inbox in a second window, a sidebar full of customer names. When the sensitive detail sits inside the region you need to keep, cropping cannot help. A token in the middle of a terminal window, or an email address in the middle of a form, needs to be blurred instead.

For that spot-redaction job, draw a solid shape over the detail before you upload. Markup on iOS, Preview on macOS, and the Snipping Tool pen on Windows all do it in seconds, and a solid bar is safer than a light blur for text, because blurred or pixelated text can sometimes be reconstructed. The blur tool on this site covers a different case: it blurs the whole image in one pass, which helps when a screenshot should stay recognizable but not readable. Blur it there first, then paste the result into the paste flow and crop on the way out.

One thing neither crop nor blur fixes is metadata. Screenshots are usually clean, since the OS writes no location data into them, but camera photos can carry GPS coordinates in their EXIF block. If you are sharing a photo rather than a screen grab, the EXIF guide explains what leaks and how to strip it.

Cropping before upload beats editing after

The crop step in the paste flow runs before any byte leaves your machine, and that ordering matters more than convenience. If you upload a full screenshot to an editor site, trim it there, and download the result, the uncropped original with your open tabs has already crossed the network to someone else’s server. Cropping locally first means the part you cut never leaves your machine at all.

It also saves steps. You do not open a second tool or collect an extra file in your Downloads folder, and a trimmed upload finishes faster on a slow connection.

What if I hit Send by accident?

The crop modal has a close button in the upper right. Click it and the paste flow resets: the tool goes back to the empty dropzone and your clipboard image is discarded. Paste again, or pick a different file.

The dropzone in its empty state, showing Drop, paste, or click to browse

If you've already hit Send and the link is live, the delete path has you covered: open the share URL and click the delete button. The file leaves storage within a minute. See the delete guide for the full steps.

File format and size after crop

The crop output is a PNG by default. File size drops in proportion to the pixel area you remove. Cropping a 1920×1080 screenshot down to a 640×400 region typically takes the file from around 800 KB to about 80 KB. The short URL doesn't change with size. Every upload, large or small, gets a 12-character random ID.

How long the cropped upload stays live

The crop step does not change the sharing rules. An anonymous upload stays live for 7 days and then expires on its own. An upload made while signed in stays until you delete it, and it is listed in your dashboard. Either kind can be removed at any time from its share page.

Conclusion

A good screenshot points straight at the thing you're talking about. Crop a screenshot before you share it and you save the reader the work of hunting for the detail. The crop step is built into the paste flow, costs you one drag, and never touches the quality of the pixels you keep. Trim it down, hit Send, and send a link that explains itself.

/// frequently asked

Does cropping reduce image quality?

No. Cropping only removes pixels outside your selection. What's left isn't resized or recompressed, so the part you keep stays as sharp as the original capture.

Can I crop a screenshot on my phone?

Yes. The crop view works with touch. Drag the corner handles to resize, drag inside to move the box, and double-tap to reset, then tap Send.

Can I crop after the image is already uploaded?

No. Cropping happens in the modal before you send. If you've already uploaded it, delete the link and paste the screenshot again to re-crop.

Can I undo a crop?

Yes. Double-click (or double-tap) inside the selection to snap it back to the full image before you send.

What format is the cropped file?

The crop output is a PNG by default, and the file size drops in line with how much you trimmed.

Can I blur part of a screenshot instead of cropping it?

The blur tool on this site blurs the whole image rather than one region, which works when you want a screenshot recognizable but not readable. To hide a single detail inside an area that must stay sharp, draw a solid shape over it with your OS markup tool first, then upload. A solid bar is safer than a light blur for text.

Is the uncropped original uploaded anywhere?

No. The crop happens in your browser before the upload starts, so only the pixels inside your selection are sent. The rest never leaves your machine.

/// related