Initializing, please wait a moment

How to Crop and Rotate an Image

Last reviewed 2026-04-27. Open Crop & Rotate Image to edit in your browser - the source file stays on your device.

30-second answer. Drag the image into the crop tool, drag the corners to set the crop box, click Rotate to turn 90 degrees at a time, and download. The original file stays untouched. Crops are pixel-precise (no rounding to thumbnail dimensions) and 90-degree rotations are lossless on JPG - no quality drop.

Crop the right way

The crop tool shows the image at its native resolution with a movable rectangle on top. Drag the corners or edges to define the crop area. The pixel dimensions of the crop appear at the bottom so you can match a target size exactly (1200x630 for an Open Graph image, 1080x1080 for a square social post, 4032x2268 for a 16:9 phone wallpaper).

Two crop modes catch most use cases:

  • Free crop. Any rectangle. Right when you are framing a subject without a target aspect ratio.
  • Aspect-locked crop. Common ratios like 1:1, 4:3, 16:9, or a custom W:H. Right when you must hit a specific shape (avatar size, banner, video thumbnail).

Rotate without losing quality

Rotating a JPEG by 90, 180, or 270 degrees is lossless if the editor supports the right operation. JPG stores image data in 8x8 or 16x16 blocks; the right-angle rotation rearranges those blocks without re-decoding the pixels, so no quality is lost. The file size stays the same. The crop tool's Rotate button uses this operation by default.

Rotating by an arbitrary angle (37 degrees, 5 degrees) is not lossless on any format. The pixels resample, the file re-encodes, and small quality drop is unavoidable. Save the result; do not re-rotate the saved file repeatedly because each pass adds a small loss.

The EXIF rotation flag - the gotcha

iPhones and many modern cameras store photos in landscape sensor orientation regardless of how you held the camera. The EXIF Orientation tag tells viewers "rotate this 90 degrees on display". The pixels are unchanged; the rotation is metadata.

Two issues this causes. First, some old viewers ignore the EXIF tag and show the photo sideways. Second, if you crop a photo whose viewer is honoring the EXIF rotation, the crop coordinates run in the rotated coordinate system - cropping the "top" might mean cropping the actual right side of the original sensor data.

Modern crop tools (including the one on freetoolonline) handle EXIF rotation transparently - what you see is what you crop. If you ever see a crop result rotated unexpectedly, an EXIF mismatch is the usual culprit. The fix: open the image in a viewer that respects EXIF, re-export with EXIF baked in, then crop.

Done? Compress before sending

A cropped photo is often still larger than the destination needs. Pair the crop with compress image for messaging or web upload, or resize image if you also need to scale to a target pixel dimension. The full image-editing set is at the image tools hub.

← Back to All Guides

Why trust these tools

  • Ten-plus years of web tooling. The freetoolonline editorial team has shipped browser-based utilities since 2015. The goal has never changed: get you to a working output fast, without an install.
  • Truly in-browser - no upload. Every file-processing tool on this site runs in your browser through modern Web APIs (File, FileReader, Canvas, Web Audio, WebGL, Web Workers). Your photo, PDF, audio, or text never leaves your device.
  • No tracking during tool use. Analytics ends at the page view. The actual input you paste, drop, or capture is never sent to any server and never written to any log.
  • Open-source core components. The processing engines underneath (libheif, libde265, pdf-lib, terser, clean-css, ffmpeg.wasm, and others) are public and audit-able. We link to each one in its tool page's footer.
  • Free, with or without ads. All tools are fully functional without sign-up. The Disable Ads button in the header is always available if you need a distraction-free run.