The quick access panel (also known as the โnotification curtainโ or Quick Settings) is one of the key elements of the interface Android, but not all users like it. Some people accidentally open it with gestures, others get in the way of games or applications with full-screen mode, and some just want the cleanest possible screen without unnecessary elements. In this article, we will look at all the possible ways to disable the Quick Access Toolbar - from standard settings to hidden functions for advanced users.
It is important to understand that complete removal of the notification panel on most smartphones is impossible without superuser rights (root), since it is a system component. However, it can be hidden, blocked, or visibility significantly reduced. Methods differ depending on the version Android (from 10 to 14) and the manufacturer's shell - MIUI, One UI, ColorOS and others. We will look at universal solutions and specific instructions for popular brands.
If you just want to remove annoying notifications, but leave access to quick settings (Wi-Fi, Bluetooth, etc.), just disable notifications for specific applications. If the goal is to completely hide the curtain, including the top status bar, more radical measures will be required. Let's start with the simplest methods and gradually move on to the advanced ones.
1. Disabling gestures for calling up the panel (the easiest way)
Most often, users want to remove the quick access panel not forever, but simply to prevent it from opening accidentally. To do this, just disable the gestures that cause it. In most shells Android the curtain opens by swiping down from the top edge of the screen. Here's how to fix it:
On smartphones with MIUI (for example, Xiaomi Redmi, POCO):
- Go to
Settings โ Display โ Full screen mode. - Select item
Swipe down for the notification panel. - Disable the switch or set the value
Off.
On devices with One UI (Samsung Galaxy):
- ๐ฑ Open
Settings โ Features โ Gestures and movements. - ๐ Find the section
Swipe down for the notification panel. - ๐ Disable the option or set a delay for the swipe.
On โcleanโ Android (Google Pixel, Motorola):
- ๐ง Go to
Settings โ System โ Gestures โ System navigation. - ๐ฒ Select
2 buttonsor3 buttonsinstead of gesture navigation - this will automatically disable swipe for curtains.
โ ๏ธ Attention: Disabling gestures does not remove the notification panel itself, but only makes it more difficult to accidentally open it. The curtain can still be called up through the button in the status bar (if there is one) or by special applications.
โ๏ธ Preparation before changing gestures
2. Hiding the status bar (top panel) without root
If you are annoyed not only by the curtain, but also by the top line with icons (time, battery charge, network signal), you can temporarily hide it using the mode immersive display. This method works in most versions. Android and does not require superuser rights.
You can activate the mode in two ways:
- Through the developer settings:
- Enable
Developer modeby pressing 7 times onBuild numberinSettings โ About phone. - Return to
Settings โ System โ For developers. - Find the option
USB debuggingand enable it. - Activate
Show pressandEnable immersive mode.
- Enable
- Via ADB command (for permanent effect):
adb shell settings put global policy_control immersive.full=*This command will hide the status bar in all applications except the home screen. To return everything back, run:
adb shell settings put global policy_control null
Please note that in In immersive mode, the status bar will appear when you swipe from the top edge of the screen, but disappear after a few seconds. To completely hide it you will need root or special applications like Nacho Notch (does not work on all devices).
| Method | Required root? | Works on all Android? | Hide the curtain completely? |
|---|---|---|---|
| Disable gestures | โ No | โ Yes | โ No, it just makes calling difficult |
| Immersive mode (ADB) | โ No | โ Yes (Android 5.0+) | โ ๏ธ Partially (returned when swiping) |
| Applications like Nacho Notch | โ No | โ No (depending on the model) | โ ๏ธ Partially |
| Editing systemui (root) | โ Yes | โ Yes | โ Completely |
3. Using third-party applications to block the curtain
If you I donโt want to delve into the settings or use ADB, you can use third-party utilities. They will not remove the notification panel completely, but will block its opening or make it less intrusive. Here are the top 3 tested applications:
- ๐ Lock Quick Settings - blocks the downward swipe to call the curtain, but leaves access to notifications through the icon in the status bar. Works without root, but requires permission
Special access. - ๐ฑ Full Screen Immersive Mode - hides the status bar and navigation bar in selected applications. Supports automatic activation for games and videos.
- ๐ ๏ธ SystemUI Tuner - advanced utility for customizing the interface (required Android 7.0+). Allows you to turn off individual elements of the curtain, but does not remove it completely.
Warning: some applications may conflict with manufacturers' skins (for example, MIUI or One UIBefore installation, check the reviews for your smartphone model. updates Android such utilities may stop working.
โ ๏ธ Warning: Applications that ask for permissionSpecial accessorOverlay on top of other windowsmay pose a security risk. Install them only from official sources (for example, Google Play) and check permissions.
If, after installing the application for blocking the curtains, gestures in games stop working (for example, in PUBG or Genshin Impact), add the game to exceptions in the application settings or temporarily disable immersive mode.
4. Disabling the quick access panel via ADB (for experienced)
For users who are ready to work with ADB (Android Debug Bridge), there are more flexible ways to configure the curtain. This method is not. requires root, but involves connecting the smartphone to the computer and executing commands in the terminal.
Here are step-by-step guide:
- Install ADB on your computer (you can download from the official website Android Developers).
- Enable
USB debuggingon the phone (Settings โ About phone โ Build numberโ 7 clicks โSettings โ System โ For developers). - Connect your phone to the PC and run the command:
adb devicesMake sure that the device is detected.
- To disable swipe for the curtain, enter:
adb shell settings put secure sysui_qs_tiles_disabled 1This command will hide the Quick Settings tiles, but leave notifications.
- To completely disable the notification panel (including notifications), use:
adb shell pm disable-user --user 0 com.android.systemuiโ ๏ธ This command will disable the entire system interface, including status bar and navigation bar! To get everything back, run:
adb shell pm enable com.android.systemui
The advantage of this method is flexibility: you can disable individual curtain elements (for example, only tiles or only notifications). However, after rebooting the phone or updating Android the settings may be reset.
What to do if ADB does not see the device?
1. Check if USB debugging is enabled on your phone.
2. Install drivers for your model (for example Samsung USB Driver or Xiaomi ADB Driver).
3. Try another USB cable (the original one is better).
4. Restart your phone and computer.
5. If you are using Windows, run the command line as an administrator.
5. Complete removal of the notification panel using root
If you are ready to take drastic measures and you have root accessyou can completely remove the quick access panel by editing system files. This method is only suitable for experienced users, since incorrect actions can lead to "brick" (inoperability) devices.
Instructions for devices with root:
- Install a file manager with support root (for example, Root Explorer or Solid Explorer).
- Go to path
/system/priv-app/SystemUI/SystemUI.apk. - Make a backup copy of the file
SystemUI.apk(copy it to an SD card or to the cloud). - Delete or rename the file (for example, to
SystemUI.bak). - Reboot the device.
After this, the notification panel will disappear completely, but along with it the following will disappear:
- ๐ถ Status bar (time, battery, network signal).
- ๐ Quick settings (Wi-Fi, Bluetooth and etc.).
- ๐ All notifications (including important ones, for example, about low battery).
To get everything back, just restore the original file SystemUI.apk and restart the phone. To manage notifications and quick settings, you will need to install third-party panels (for example, Power Shade).
โ ๏ธ Warning: Deleting or modifying system files may disrupt operation Android Pay, SafetyNet and other functions that depend on the integrity of the system. On some devices (for example, Samsung s Knox) this will trigger the flag. KNOX 0x1 and loss of warranty.
6. Alternative solutions: replacing the standard curtain
If you donโt like the standard quick access panel, but you donโt want to get rid of it completely, you can replace it with a custom one:
- ๐จ Custom firmware (for example, LineageOS, Pixel Experience) - allow you to install alternative versions Android with a modified interface. Require unlocking the bootloader and root.
- ๐ฑ Launchers with support for panels (for example, Nova Launcher + TeslaUnread) - some launchers can replace the status bar on your own, but the functionality will be limited.
- โ๏ธ Modules. Magisk (for example, QuickSwitch, SystemUI Tuner) - allow you to fine-tune the curtain without completely removing it. Require Magisk and root.
For example, the module QuickSwitch for Magisk allows:
- Change the order of tiles in quick settings.
- Hide unnecessary elements (for example, the NFC icon, if you do not use).
- Change the color scheme of the curtain.
If you decide to go this route, please note that:
- Custom firmware may contain bugs, especially on new smartphone models.
- Some modules Magisk conflict with each other - install them one at a time and check stability.
- After the update Android all settings may be reset.
Replacing a standard curtain with a custom one is a compromise option for those who want to maintain functionality, but change the appearance. This method is less effective. riskier than completely removing the notification panel, but it requires more time to set up.
7. Features of disabling the curtain on popular brands
Smartphone manufacturers often modify Android, adding their own features to the interface This means that the methods for disabling the quick access panel may differ depending on the brand. shells.
Xiaomi (MIUI)
The notification panel is divided into two parts: the left one is notifications, the right one is quick settings. To disable swipe for one of them: MIUI The notification panel is divided into two parts: the left one is notifications, the right one is quick settings. To disable swiping for one of them:
- Go to Settings โ Display โ Full screen mode
Settings โ Display โ Full Screen. - Select
Swipe down for the notification panel. - Disable the option or set
Only left/right side.
Samsung (One UI)
In One UI you can disable swipe promptsthat appear during the first use:
- ๐ฑ Open
Settings โ Notifications โ Advanced โ Swipe prompts notifications. - ๐ Disable the option
Show hints.
Remove the curtain completely without ADB or root in One UI impossible.
Google Pixel (pure Android)
On Pixel the easiest way is to disable the curtain via ADB or SystemUI Tuner (hidden function):
- ๐ง Hold the gear icon in the notification shade for 5 seconds until the unlock message appears SystemUI Tuner.
- ๐ฒ Go to
Settings โ SystemUI Tuner โ Status Bar. - ๐ Disable unnecessary icons or change their order.
Huawei (EMUI)
You can hide the status bar in games: EMUI You can hide the status bar in games:
- ๐ฎ Open
Settings โ Game Center โ Game Mode. - ๐ Enable the option
Hide notification bar.
โ ๏ธ Attention: Setting up the interface on smartphones Huawei s EMUI 12+ may differ due to restrictions related to the lack of services Google. Some functions may not be available.
Frequently asked questions
Is it possible to disable the quick access panel without root?
Yes, but you canโt completely remove it:
- Disable it. gestures to call up the curtain (in settings or via
ADB). - Use immersive mode to hide the status bar.
- Install third-party applications to block swipes.
Complete removal of the notification panel is only possible with root-access.
What happens if you disable SystemUI via ADB?
The command adb shell pm disable-user --user 0 com.android.systemui will disable:
- Status bar (time, battery, signal).
- Notification panel and quick settings.
- Navigation panel (if you use gestures).
The phone will remain operational, but it will become extremely inconvenient to control it. To get everything back, do:
adb shell pm enable com.android.systemui
Why did the curtain appear again after updating Android?
System updates often reset user settings, especially if they were made through ADB or third-party applications. To avoid this:
- Use Tasker or MacroDroid to automatically apply the settings after a reboot.
- Install a module Magiskthat saves changes between updates.
- Check your settings regularly after updates.
Is it possible to disable the curtain only in games?
Yes, for this:
- Use immersive mode in the game settings (many modern games support this function).
- Install the application Full Screen Immersive Mode and add the game to the exceptions.
- On Xiaomi enable
Game modeinSettings โ Accessibility โ Game mode.
Please note that in some games (for example, PUBG Mobile), the curtain may interfere with controls, even if it is hidden. In this case, try changing the location of the controls in the game settings.
How to return the notification panel if it disappeared after experiments?
If the curtain disappeared after using ADB, root or third-party applications, try the following steps:
- Run the command:
adb shell pm enable com.android.systemui - If you have rootcheck the integrity of the file
/system/priv-app/SystemUI/SystemUI.apkand restore it from a backup. - Reset the settings to factory settings (
Settings โ System โ Reset settings). - Reflash your smartphone via Fastboot or Recovery (extreme case).
If all else fails, contact the service center - the system files may have been damaged.