The top notification bar (aka notification curtain or status bar) is an integral part of the interface Android, but not all users like it. Some people find it distracting, some want to maximize the working area of โ€‹โ€‹the screen for playing games or watching videos, while others simply donโ€™t like constant notifications. In this article, we will look at all the possible ways to hide or completely remove the top menu on smartphones running Android โ€”from standard system functions to advanced methods using ADB and third-party applications.

It is important to understand that complete removal of the notification panel may deny you access to quick settings (Wi-Fi, Bluetooth, brightness) and notifications from applications. Therefore, we will consider both temporary solutions (hiding in full-screen mode) and radical ones (disabling through system files). Some methods require root access or an unlocked bootloader, which may void the warranty and affect the security of the device.

The article is relevant for modern versions Android 12โ€“15 and covers most popular brands: Samsung, Xiaomi (including Redmi and POCO), Google Pixel, OnePlus, Realme and others. If your device runs on custom firmware (for example, LineageOS or Pixel Experience), some steps may differ.

1. Temporary hiding the top menu in full screen mode

The easiest and safest way is to use the built-in feature immersive mode (immersive mode), which hides the notification bar and navigation buttons when viewing content. This method does not require root access and works on most devices.

How to enable:

  1. Open any application (for example, YouTube or Google Chrome).
  2. Swipe down from the top edge of the screen to open the notification panel.
  3. Find the icon "Full screen mode" (usually looks like two small rectangles or arrows turning to the sides). On some devices (Samsung) this item may be called "Hide indicators".
  4. Click on it - the notification panel will disappear and the screen content will expand.

To return the panel back, swipe down from the top edge of the screen. On some firmware (for example, MIUI from Xiaomi), full-screen mode is activated automatically when watching videos or playing games.

โš ๏ธ Attention: On devices with Android 10 and newer, immersive mode may conflict with navigation gestures. If the Back and Home buttons disappear after activation, return the standard navigation panel in the system settings.
๐Ÿ“Š How often do you use full-screen mode?
Constantly
Only for games/video
Never nearby
I donโ€™t know what it is

2. Disabling the notification panel through the developer settings

If you need to hide the top menu on a permanent basis (for example, for kiosk mode or presentations), you can use demonstration mode in the developer settings. This method does not remove the panel completely, but makes it translucent and removes notifications.

Instructions:

  1. Activate developer mode:
    • Go to Settings โ†’ About phone โ†’ Software version.
    • Click on "Build number" 7 times in a row until a notification appears "You become a developer!".
  • Go back to the main settings and open a new section "For developers" (usually at the bottom of the list).
  • Find the option "Demonstration mode" (or "Demo Mode") and turn it on.
  • Reboot the device.
  • After this, the notification panel will remain in place, but will become translucent, and the notification and status icons (Wi-Fi, battery) will disappear. This mode is often used in stores to demonstrate devices.

    ๐Ÿ’ก

    If. The "Demonstration mode" option is missing, try entering the command through ADB:

    adb shell settings put global sysui_demo_allowed 1

    3. Using applications to hide the notification panel

    For users without rights root there are third-party applications that can temporarily hide the top menu The most popular:

    • ๐Ÿ”น Nacho Notch - allows you to hide the notch in the screen and the notification panel. for individual applications. Works on Android 9+.
    • ๐Ÿ”น Full Screen Immersive Mode โ€”automatically activates full-screen mode for selected applications.
    • ๐Ÿ”น Hide Bar โ€”a more flexible solution with transparency and exception settings.

    How to configure Nacho Notch:

    1. Download the application from Google Play i give it permission to "Overlay on top of other windows".
    2. In the main menu, select "Hide Status Bar".
    3. Add applications for which you want to hide the panel (for example, games or video players).
    4. Activate the switch "Enable Service".
    โš ๏ธ Attention: Some applications (for example, banking) may block work over them for security reasons. Also Android 13+ additional permission is required "Manage all files".
    Why applications do not work on everyone devices?

    Manufacturers (especially Samsung and Xiaomi) often block the overlay capabilities of third-party applications through their own protection mechanisms. For example, on MIUI, applications like Nacho Notch can only work after disabling the "MIUI Optimization" function in the developer settings.

    4. Removing the notification panel via ADB (without root)

    If you If you are ready for more radical measures, you can disable the notification panel using ADB commands. This method does not require rights root, but will require connecting your smartphone to the computer.

    Step-by-step guide:

    1. Install Android SDK Platform-Tools on your PC.
    2. Enable "USB debugging" on your phone (Settings โ†’ For developers).
    3. Connect the device to the computer and enter in the command line:
      adb shell settings put global policy_control immersive.full=*
    4. Restart the smartphone.

    To return the panel back, run the command:

    adb shell settings put global policy_control null

    ADB command Effect Reversibility
    immersive.full=* Hide the notification panel and navigation in all applications Yes (by command null)
    immersive.status=* Hide only the notification panel Yes
    immersive.navigation=* Hide only the navigation bar Yes

    โ˜‘๏ธ Preparing for ADB commands

    Done: 0 / 4

    5. Complete removal of the notification panel (root required)

    For users with rights root It is possible to completely remove the notification panel by editing system files. This method is irreversible without re-flashing and can lead to unstable system operation.

    Instructions for experienced users:

    1. Install a file manager with root support (for example Root Explorer or Solid Explorer).
    2. Go to path /system/priv-app/SystemUI/SystemUI.apk.
    3. Rename the file SystemUI.apk to SystemUI.bak (this will disable the notification panel).
    4. Reboot device.

    After this, the notification panel will disappear completely, but you will also lose access to:

    • ๐Ÿ“ต Quick settings (Wi-Fi, Bluetooth, etc.).
    • ๐Ÿ”‹ Battery indicator.
    • โฐ Clock and notifications.
    โš ๏ธ Attention: On some firmware (for example, MIUI or One UI), deleting SystemUI.apk may lead to bootloop (looped reboot) Before experiments, create a backup copy. via TWRP.
    ๐Ÿ’ก

    Completely removing the notification panel deprives you of critical functions (calls, SMS, alerts). Recommended only for specialized devices (for example, media players or kiosks).

    6. Alternative solutions for specific brands

    Some manufacturers offer their own ways to customize the notification panel. Let's look at the features for popular brands:

    Samsung (One UI)

    On devices Samsung you can hide the notification panel in games via Game Launcher:

    1. Open Game Launcher (if not installed, download from Galaxy Store).
    2. Add the game to library.
    3. Start the game and swipe down from the top edge - a menu will appear with the option "Hide notification panel".

    Xiaomi (MIUI)

    On Xiaomi there is a built-in function "Full screen mode" for individual applications:

    1. Go to Settings โ†’ Accessibility โ†’ Full screen mode.
    2. Select an application from the list.
    3. Activate option "Hide status bar".

    Google Pixel

    On Pixel with clean Android the standard immersive mode works, but you can also use "Free Form" mode for multitasking:

    • ๐Ÿ”ฒHold the application icon on the main screen.
    • Select "Free Form".
    • Extend the application window to fill the entire screen - notification panel will disappear.

    7. Possible problems and their solutions

    When you try to hide or remove the top menu, you may encounter the following difficulties:

    Problem Cause Solution
    Notification panel returns after reboot ADB command not saved in the system Repeat the command or use adb shell settings put global policy_control immersive.full=* --user 0
    Navigation gestures do not work Conflict with immersive mode Return the standard navigation bar in settings
    Applications do not open in full screen mode Manufacturer restrictions (for example, Samsung Knox) Use ADB or root methods

    If after manipulating the notification panel, the device began to work unstable (for example, notifications disappeared or settings do not open), reset the settings via Settings โ†’ System โ†’ Reset settingsThis will return all settings to factory settings without losing data.

    FAQ: Frequently asked questions

    Is it possible to remove the top menu on Android without root?

    Yes, but only temporarily - using full-screen mode, developer settings or ADB commands. It is impossible to completely remove the notification panel without root.

    Why is the notification panel still visible after the ADB command?

    Perhaps yours the firmware blocks policy changes. Try adding a flag --user 0 to the command or check if the settings are reset after a reboot.

    Will hiding the panel work on custom firmware?

    On most custom firmwares (for example, LineageOS or Pixel Experience) methods with ADB and developer settings work more stable than on stock ones. However, some builds may have their limitations.

    How to return the notification panel if it disappeared after experiments?

    If you used ADB, run the command adb shell settings put global policy_control null. If you edited system files, restore the backup via TWRP or reflash the device.

    Is it possible to hide the notification panel only for certain applications?

    Yes, using applications like Nacho Notch or Full Screen Immersive Mode. Also, some launchers (for example, Nova Launcher) support setting up an immersive mode for individual apps.