Why Do Photos Display in the Wrong Orientation?

You've seen it happen: you take a photo in portrait mode on your phone, upload it to a website, and it appears sideways. The cause is a conflict between two ways of storing image orientation.

When a phone rotates to portrait mode, most cameras don't physically rotate the pixel data in the image file. Instead, they embed a rotation instruction in the image's EXIF metadata — a tag that says "display this image rotated 90 degrees." Most modern apps and operating systems read this tag and display the image correctly.

But many web platforms, image editors, and applications ignore the EXIF orientation tag entirely, displaying the raw pixel data as-is — which appears sideways or upside-down.

The Only Permanent Fix: Rotate the Pixel Data

There are two ways to "rotate" an image. Only one permanently fixes the orientation problem:

  • Update the EXIF tag only — Changes the rotation instruction but leaves the pixel data unchanged. Many apps still ignore this tag, so the problem persists in those environments.
  • Rotate the actual pixel data — Physically rearranges the pixels in the file to match the correct orientation. This works everywhere, regardless of EXIF support.

Our free Rotate Image Tool rotates the actual pixel data, not just the EXIF tag. The output file displays correctly in every browser, app, and platform.

How to Rotate an Image Online

  1. Go to the Rotate Image Tool
  2. Upload your sideways or upside-down photo
  3. Click the rotation button — 90° clockwise, 90° counter-clockwise, or 180°
  4. Preview the corrected image
  5. Download the fixed file

The entire process takes under 30 seconds. No software installation, no account, completely free.

Common Rotation Problems and Fixes

ProblemCauseFix
Photo is 90° clockwisePhone held left-side up when shootingRotate 90° counter-clockwise
Photo is 90° counter-clockwisePhone held right-side up when shootingRotate 90° clockwise
Photo is upside downPhone held upside down when shootingRotate 180°
Scanner output is sidewaysDocument placed sideways in scannerRotate 90° in the correct direction

Preventing Orientation Issues

On iPhone: go to Settings → Control Centre and add Screen Rotation to your quick settings. Lock it when shooting portrait photos to ensure the EXIF orientation tag is set correctly.

On Android: the default camera app usually handles this correctly, but third-party camera apps sometimes don't write EXIF tags. If you shoot with a specific app and always get sideways photos, try the default camera app instead.