Why Phone Photos Show Up Sideways (and How to Fix Them for Good)
This is one of the most frustrating quirks of digital photography. You take a perfectly normal portrait photo on your phone, send it to a friend or upload it to your CMS, and suddenly it's lying on its side. Your phone shows it correctly. Their device shows it wrong. What's happening?
The EXIF Orientation Tag
When you rotate your phone to take a portrait shot, the camera sensor still captures the image in its native landscape orientation. Instead of physically rotating the pixels (which would cost CPU and quality), the phone writes a tiny EXIF metadata tag that says "this image should be displayed rotated 90°". Modern apps respect this tag. Older apps, web browsers in some configurations, WordPress media libraries, Slack image previews, and most form upload widgets do not.
The fix is to bake the rotation into the actual pixels. That's exactly what this tool does — and it resets the EXIF orientation to 1 (normal) so the photo will never display wrong again.
Common Sideways-Photo Scenarios
- iPhone portrait sent over WhatsApp: usually arrives sideways on a Windows PC. Rotate 90° clockwise.
- Android selfie uploaded to a job application form: often appears mirrored. Use horizontal flip.
- Scanned passport / ID page: placed wrong way on the scanner. Rotate 180°.
- Photo from a friend that won't rotate in PowerPoint: embed-then-rotate doesn't fix the underlying file. Rotate it here first, then re-insert.
- Old digital camera photos with broken metadata: EXIF tag is missing or wrong. Manual rotation here is the cleanest fix.
Lossless vs Lossy Rotations
90°, 180° and 270° rotations are mathematically lossless — every pixel from the input file ends up unchanged in the output, just in a different position. Custom angles (like 5° to straighten a slightly tilted horizon) use bilinear or bicubic resampling, which slightly softens fine detail. If you're correcting a horizon, also crop after rotating to remove the empty triangles in the corners.
After Rotating
Once your photo is the right way up, you might want to resize it for upload, compress it for email, or convert the format. For ID document photos (passport, visa, work permits), use the country-specific passport photo tool which combines rotation, crop and exact-size resizing in one step.
Privacy
All rotation happens in your browser using the Canvas API. Your photo never leaves your device — important if you're rotating ID documents, medical images, or private photos.
Frequently Asked Questions
Why does my photo show sideways on the computer but correct on my phone?
Can I fix sideways iPhone photos in bulk?
Will rotating reset the EXIF orientation flag?
What about scanned documents that came out upside down?
Does rotation lose quality?
Difference between rotating and flipping?
Show all 6 questions Straightening and rotating photos in the browser
You want to turn or straighten an image and download it correctly oriented.
Rotation covers two quite different jobs. Quarter and half turns simply rearrange existing pixels, so they cost nothing in quality and are the right fix for sideways or inverted files. Straightening by a few degrees to level a horizon is different: the pixel grid has to be recalculated at an angle, which slightly softens detail and leaves empty triangles at the corners that are then cropped away. Knowing which of the two you need saves a lot of trial and error.
When people use this tool
Sideways phone photos
Images that ignore the camera orientation tag are fixed permanently by rotating the pixels themselves.
Crooked horizons
A landscape photograph tilted by two or three degrees reads as careless; a small correction fixes it.
Skewed document scans
Straightening a scan before converting it to PDF makes the text easier to read and to process.
Consistent product photography
A catalogue looks more professional when every item sits at the same angle.
Step-by-step
- 1 Upload your image. Everything is processed locally in your browser tab.
- 2 Pick a rotation. Choose a quarter or half turn for sideways files, or a small angle to level the image.
- 3 Review the framing. Small angle corrections trim the corners slightly, so check nothing important is at the edge.
- 4 Download. Save the corrected image and use it anywhere.
Formats, limits and output
| Fixed rotations | 90, 180 and 270 degrees, all lossless. |
|---|
| Formats | JPG, PNG and WebP in and out. |
|---|
| Dimensions | Quarter turns swap width and height; half turns keep them. |
|---|
| Privacy | Images never leave your device. |
|---|
Practical tips
- • Level the horizon against a vertical edge such as a doorframe rather than by eye alone.
- • Rotate first, then crop, then compress. Doing it in that order keeps the most quality.
- • For scanned text, even one degree of skew makes the page harder to read.
- • Keep the original if you may want to retry with a different angle later.
More questions about this tool
Does rotating lose quality?
Quarter and half turns do not. Arbitrary angles resample the image and soften it very slightly.
Why does a small rotation crop my photo?
Turning a rectangle at an angle leaves empty corners, which are trimmed so the result stays rectangular.
Can I rotate a PDF here?
This tool handles images. Convert the PDF to images first if you need to rotate its pages.
Will the file size change?
Only slightly, because the image is re-encoded when you save it.