The ability to rotate the smartphone screen 90 degrees is one of the basic functions Android, but not all users know how to use it correctly. Most often, rotation is required to watch videos in landscape mode, work with documents, or play games where horizontal orientation is more convenient. However, sometimes the system blocks automatic rotation, and the screen โgets stuckโ in a vertical position.
In this article we will examine all possible ways unlocking and forced screen rotation - from standard settings to hidden functions for advanced users. You'll learn how to enable auto-rotate, manually lock landscape orientation, or even to bypass manufacturer restrictions on some smartphone models. The instructions are suitable for devices on Android 10โ14, including phones Samsung, Xiaomi, Google Pixel and other brands.
If your smartphone does not respond to rotation, the problem may lie not only in the settings, but also in hardware faults (for example, in the accelerometer sensor). We will also tell you how to diagnose such cases.
1. Standard method: enable screen auto-rotation
The easiest method is to activate automatic rotation through the quick settings panel. This method works on all smartphones regardless of the version Android or the manufacturer's shell.
To enable auto-rotate:
- Swipe down from the top edge of the screen to open the panel notifications.
- Swipe down again (or click on the gear icon) to expand the full panel.
- Find the button "Auto-rotate" (usually it looks like a phone with a circular arrow or text
Auto-rotate). - Touch the button - if it lights up, the function is active.
Now, when you turn the phone on its side, the screen should automatically switch to landscape mode. If this does not happen, check:
- ๐ Orientation locking in the application: some apps (for example, YouTube or Google Chrome) may ignore system ones. settings.
- ๐ฑ Phone position: the rotation angle must be at least 45ยฐ, otherwise the sensor will not work.
- ๐ง Accessibility settings: in rare cases, functions like
Screen holdinterfere auto-rotate.
If the button "Auto-rotate" is not in the quick settings panel, you can add it:
- Open the full panel notifications.
- Click on the pencil icon (or
Edit). - Find it in the list
Auto-rotateand drag it to the active area.
Auto-rotation only works when the accelerometer sensor is active. If the screen does not respond to tilt, check the sensor through the engineering menu or an application like Sensor Test.
2. Forced rotation through system settings
On some smartphones (for example, Xiaomi or Realme) auto-rotation can be disabled at the level of individual applications. To fix this:
Open Settings โ Display (or Screen). Depending on the phone model, the further path may differ:
- ๐ฒ On Samsung:
Advanced settings โ Auto-rotate screen. - ๐ฑ On Xiaomi/Redmi/Poco:
Advanced settings โ Auto-rotate. - ๐ค On clean Android (for example, Google Pixel):
System โ Gestures โ Auto-rotate.
Make sure the slider "Auto-rotate" is turned on. If the option is missing, try an alternative path:
- Open
Settings โ Applications. - Select an application in which rotation does not work (for example, Gallery).
- Click
Permissions โ Advanced โ Change screen orientation(if such an item exists).
Auto-rotate is enabled in the notification panel|
No lock in settings specific application|
The accelerometer sensor works (tested through Sensor Test)|
The manufacturer's shell does not limit rotation (relevant for EMUI, ColorOS)-->
3. Using gestures for quick rotation
Some manufacturers add hidden gestures for control screen orientation. For example, on smartphones OnePlus or Oppo you can rotate the screen by sliding two fingers diagonally down. To activate this function:
Go to Settings โ Convenience โ Gestures and movements (the name may vary). Look for options like:
- ๐
Rotate the screen with a gesture(OnePlus). - ๐
Quick rotation(Oppo/Realme). - ๐ฑ
Double tap to rotate(Xiaomi - requires enablement in MIUI Labs).
If gestures are not in the settings, they can be added through third-party applications, for example Rotation Control or Ultimate Rotation ControlThese apps. allow you to:
- ๐ Fix the screen in any position (even at an angle of 180ยฐ).
- ๐ฎ Create exceptions for individual applications.
- ๐ Assign hotkeys for rotation.
On Samsung Galaxy s One UI you can hold the button "Auto-rotate" in the notification panel to select a fixed orientation (portrait/landscape).
4. Rotate the screen through the engineering menu (for experienced)
If standard methods do not work, and the accelerometer sensor is working properly, you can try forcibly changing the orientation. through the engineering menu. This method is suitable for Androiddevices with unlocked debugging by USB.
To do this:
- Activate
Developer mode: go toSettings โ About phone โ Build numberand click on it 7 times. - Go back to
Settings โ System โ For developersand enableUSB debugging. - Connect the phone to the PC and run command in
ADB:adb shell content insert --uri content://settings/system --bind name:s:accelerometer_rotation --bind value:i:1To disable forced rotation, replace
1with0.
An alternative method is to use the application Set Orientation (requires rootrights):
- ๐ฒ Install the application from Google Play.
- ๐ง Provide
root-access (if available). - ๐ Select the desired orientation (0ยฐ, 90ยฐ, 180ยฐ or 270ยฐ).
What to do if you donโt have root access?
Without root forced rotation is possible only through ADB, but it will reset after a reboot. For a permanent effect you need root or custom software like Magisk.
โ ๏ธ Attention: changes through ADB or the engineering menu can lead to malfunctions of the sensors. Before experiments, create a backup copy of the data.
5. Checking the accelerometer sensor
If the screen does not rotate even after enabling auto-rotation, the problem may be faulty accelerometer sensor. You can check its operation using specialized applications:
| Application | Functions | Link |
|---|---|---|
| Sensor Test | Shows data from the accelerometer, gyroscope and other sensors in real time. | Google Play |
| Accelerometer Monitor | Visualizes the tilt of the device in 3D, tests the accuracy of the sensor. | Google Play |
| CPU-Z | Shows a list of all sensors and their status (working/not working). | Google Play |
| Physics Toolbox Sensor Suite | Advanced sensor diagnostics, including accelerometer calibration. | Google Play |
How to check the sensor:
- Install one of the applications (for example, Sensor Test).
- Open a tab
Accelerometer. - Put the phone on a flat surface - axis values
Zshould be close to9.81 m/sยฒ(gravitational acceleration). - Tilt the device in different directions - axis values
XandYshould change smoothly.
If the data is not updated or shows zeros, the sensor is faulty. In this case:
- ๐ง Try recalibrate sensor (some phones have it) option
Sensor calibrationin the settings). - ๐ฑ Update the firmware - sometimes bugs are fixed in new software versions.
- ๐ ๏ธ Contact the service center if the sensor is physically damaged.
On Samsung to calibrate the sensors, enter the code in the telephone dialer #0# and select Sensor.
6. locked or old phones
On some devices (especially those with Android 5โ8), screen rotation may be blocked by the manufacturer. For example, on tablets Lenovo or old Sony Xperia landscape orientation is enabled only for certain applications.
Solutions for such cases:
- ๐ฑ Use Launcher with rotation support: install an alternative shell like Nova Launcher and enable the option in its settings
Auto-rotate desktop. - ๐ Activate the forced mode via
ADB(see section 4). - ๐ ๏ธ Install custom firmware (for example, LineageOS), if the manufacturer has blocked the function at the software level.
For phones with EMUI (Huawei/Honor) can help:
- Open
Settings โ Smart assistance โ Motions โ Auto-rotate screen. - Enable the option
Rotate to horizontal position when tilted.
โ ๏ธ Attention: on some models Huawei after updating to EMUI 10+ desktop rotation is disabled at the system level. This can only be circumvented through ADB or root.
7. Common errors and their solutions
Even after enabling auto-rotate, users encounter problems. Here are the most common cases and how to fix them:
| Problem | Possible cause | Solution |
|---|---|---|
| The screen rotates by itself | Accelerometer sensor failure or application conflict | Calibrate the sensor or remove recently installed apps |
| Rotation only works in some applications | Manufacturer or application settings restrictions | Check the settings of a specific application or use Rotation Control |
| Screen "freezes" in landscape mode | Lock with a gesture (for example, double tap on Xiaomi) | Repeat the gesture or restart the phone |
| No auto-rotate button in the curtain | The manufacturer's shell hides the option | Add a button manually (see section 1) or use ADB |
If the problem persists, try:
- Restart the phone in safe mode (hold the power off button โ
Safe modeIf the rotation works, the third party is to blame). application. - Reset settings to factory settings (
Settings โ System โ Reset). - Update firmware via
Settings โ Software update.
On Android 12+ some manufacturers (for example Samsung) have added a separate setting to lock rotation when scrolling - check Settings โ Additionally โ Lock rotation when scrolling.
FAQ: answers to frequently asked questions
Is it possible to rotate the screen 180 degrees (upside down)?
Yes, but not on all phones On a clean one Android this is done. via Settings โ Accessibility โ Screen rotation (option Inverted mode).On Samsung you will need ADB-command:
adb shell settings put system user_rotation 2
where 2 is 180ยฐ, 1 โ 90ยฐ, 3 โ 270ยฐ.
Why doesnโt the screen rotate in games?
Many games (for example, PUBG Mobile or Genshin Impact) block auto-rotation for gameplay stability. To unlock:
- ๐ฎ Check the game settings (usually in the
Control section). data-i="277">DisplayorDisplay). - ๐ฑ Use Rotation Control to force rotation.
- ๐ง Some phones (for example ASUS ROG) have a game mode with separate orientation settings.
How to disable auto-rotation for a specific application?
On Android 9+ this can be done via Settings โ Applications โ [Select an application] โ Permissions โ Advanced โ Change screen orientation. If there is no option, use Tasker or MacroDroid to create a rule:
- Condition:
The application [name] is running. - Action:
Block auto-rotate.
Screen rotation does not work after the update. What should I do?
Updates sometimes reset settings or introduce bugs Try:
- ๐ Reboot. phone.
- ๐ฒ Reset settings
Settings โ System โ Reset โ Reset all settings(without deleting data). - ๐ง Roll back to the previous firmware version (if update unstable).
If the problem is widespread, check the forums (for example, 4PDA) - there may already be a patch.
Is it possible to rotate the screen on a smartphone without an accelerometer sensor?
Yes, but with limitations:
- ๐ฅ๏ธ Use Scrcpy to control your phone from a PC - there the rotation is emulated programmatically.
- ๐ฑ Install Virtual Sensor (requires
root) to emulate the sensor. - ๐ Some custom firmware (for example, Havoc-OS) allow you to control orientation without an accelerometer.
โ ๏ธ Without a sensor, auto-rotation will not work - only manual switching.