PDF download Download Article
An easy guide to blocking your notification bar so you can use your phone in full-screen mode
PDF download Download Article

Removing the notification bar at the top of your phone allows apps to use more screen space and gives a much more immersive feel. You can use apps like SystemUI Tuner and Fullscreen Immersive to hide the notifications bar. For this to work, you must grant the app write secure settings permissions. This can only be done using Android Debug Bridge (ABD) on a PC or Mac. Alternatively, you can use Nova Launcher to create a custom user interface with a hidden notifications bar. This wikiHow teaches you how to hide the notification bar at the top of your Android device.

Things You Should Know

  • You can use apps like SystemUI Tuner and Fullscreen Immersive to hide your status/notifications bar permanently.
  • SystemUI Tuner and Fullscreen Immersive require you to enable USB debugging so you can use ADB commands to grant them access to your SystemUI on a PC.
  • You can also use Nova Launcher to create a custom interface that doesn't include a notifications bar. This will only work within the Nova Launcher interface.
Method 1
Method 1 of 3:

Using SystemUI Tuner

PDF download Download Article
  1. SystemUI is a background process that runs on your Android phone, and System UI Tuner is a secret menu that allows you to tweak the SystemUI. Android no longer allows you to access the System UI Tuner via the Settings menu. However, several apps allow you to access the System UI Tuner. However, they do not work on all Android devices. Use the following steps to download and install the System UI Tuner app:
    • Open the Google Play Store.
    • Search System UI Tuner .
    • Tap SystemUI Tuner by Zachary Wander.
    • Tap Install
  2. For the SystemUI Tuner app to work, it needs to have write secure settings permissions and a few other permissions. For that to happen, you either need to root your phone or tablet and grant the app access to the root. Or you need to use ADB commands to grant the app access to systemUI (recommended). The first step to do so is to enable developer options. Use the following steps to enable developer options:
    • Swipe down from the top of the screen to open the Quick Access menu.
    • Tap the Gear icon in the upper-right corner to open the Settings menu.
    • Scroll down and tap About phone .
    • Tap the Build Number 7 times (It may be under "Software Information.").
    Advertisement
  3. Next, you need to enable USB debugging to interface with your phone with your PC using a USB cable. Use the following steps to enable USB debugging:
    • Swipe down from the top of the screen to open the Quick Access menu.
    • Tap the Gear icon in the upper-right corner to open the Settings menu.
    • Scroll down and tap Developer Options .
    • Tap the toggle switch next to USB Debugging.
  4. To do so, go to https://developer.android.com/tools/releases/platform-tools in a web browser and click the option to download SDK Platform-Tools for whichever operating system you use. This will download a zip file. Extract the zip file's contents to any convenient location on your hard drive that you can remember.
  5. To do so, make sure your phone is powered on and unlocked. Plug your phone into your computer using a USB cable. Tap Allow on your phone.
  6. If you use Windows, navigate to the Platform-tools folder using File Explorer. If you are using a Mac, navigate to the Platform-tools using Finder. On Linux, use the Files app or navigate to the Platform Tools using the Terminal .
  7. Use one of the following steps to do so:
    • Windows: Double-click the Platform-tools folder to open it. Click the address bar at the top and add cmd to the front of the folder path. Press Enter .
    • Mac: Open the Platform-tools folder. Hold Control and click the path bar at the top of the Finder (if you don't see it, click View > Show Path Bar .) Click Open in Terminal . [1]
    • Linux: Press Ctrl + Alt + T to open the Terminal. Type "cd" followed by the path to the Platform-tools folder. Press Enter .
  8. If the commands work, you will not see any additional output text. If the commands do not work, you will get an error message. Enter the following commands and press Enter or Return to grant SystemUI Tuner the permissions it needs: [2]
    • adb shell pm grant com.zacharee1.systemuituner android.permission.WRITE_SECURE_SETTINGS
    • adb shell pm grant com.zacharee1.systemuituner android.permission.PACKAGE_USAGE_STATS
    • adb shell pm grant com.zacharee1.systemuituner android.permission.DUMP
  9. It has a purple icon with an image that resembles a wrench and a screwdriver. Tap the icon in your Apps menu to open the app. If you don't see it in the Apps menu, search for it in the Google Play Store and tap Open on the app's page.
  10. You will see numerous setup pages. Most of these just explain how to grant the app access to your system (you've already done that). You will need to scroll through the license agreement to accept it.
  11. This allows the app to display windows on top of other apps. When you get the System Alert Window in the setup pages, tap Grant at the bottom of the screen. Scroll down and tap the toggle switch next to "SystemUI Tuner."
  12. If you want to receive notifications from SystemUI Tuner, tap Grant at the bottom of the screen and then tap Allow .
  13. If you want SystemUI Tuner to be able to send crash reports if the app crashes, tap the toggle switch at the bottom of the "Enable Crash Reports" screen.
  14. If the app isn't already open, go ahead and open it from your Apps menu. If you don't see it in the Apps menu, search for it in the Google Play Store and tap Open on the app's page.
  15. It's next to an icon that resembles a finger touching a screen. This menu displays User Interface options.
  16. It's near the bottom of the UI menu. This displays options for hiding various user interface features.
  17. This will hide the status bar at the top of the screen.
    • Alternatively, you can disable the status/notifications bar for specific apps. To do so, tap the icon that resembles a plus sign (+) next to some lines. Then tap the checkbox next to the apps you want to disable the status bar for.
  18. It's in the lower-right corner. This disables the status/notifications bar.
    • To display the notification bar again, open the Immersive menu under UI in the SystemUI Tuner app, uncheck the box next to "Status," and tap OK' .
  19. Advertisement
Method 2
Method 2 of 3:

Using Fullscreen Immersive

PDF download Download Article
  1. The app is free to download from the Google Play Store (though it has ads). Use the following steps to download and install Fullscreen Immersive:
    • Open the Google Play Store.
    • Search Fullscreen immersive .
    • Tap Install next to the Fullscreen app.
  2. To do so, go to https://developer.android.com/tools/releases/platform-tools in a web browser and click the option to download SDK Platform-Tools for whichever operating system you are using. This will download a zip file. Extract the zip file's contents to any convenient location on your hard drive that you can remember.
  3. To do so, make sure your phone is powered on and unlocked. Plug your phone into your computer using a USB cable. Tap Allow on your phone.
  4. If you use Windows, navigate to the Platform-tools folder using File Explorer. If you are using a Mac, navigate to the Platform-tools using Finder. On Linux, use the Files app or navigate to the Platform Tools using the Terminal .
  5. Use one of the following steps to do so:
    • Windows: Double-click the Platform-tools folder to open it. Click the address bar at the top and add cmd to the front of the folder path. Press Enter .
    • Mac: Open the Platform-tools folder. Hold Control and click the path bar at the top of the Finder (if you don't see it, click View > Show Path Bar .) Click Open in Terminal . [3]
    • Linux: Press Ctrl + Alt + T to open the Terminal. Type "cd" followed by the path to the Platform-tools folder. Press Enter .
  6. Enter the following command to grant Fullscreen Immersive write secure settings permissions and press Enter or Return :
  7. It has a purple icon with two arrows in an oval shape. Tap the Fullscreen Immersive icon to open the app.
  8. This option allows you to hide the Notifications bar completely. You can only access this mode after granting the app write secure settings permissions.
  9. This instantly hides the notification bar.
    • To display the notification bar again, open the Fullscreen Immersive app and tap the "Hide nothing" option, or tap the toggle switch in the upper-right corner to turn off the app.
  10. Advertisement
Method 3
Method 3 of 3:

Using Nova Launcher

PDF download Download Article
  1. Nova Launcher is a third-party app that allows you to create a customized Home screen and user interface for your Android phone or tablet. You can also use it to hide your notifications bar. Use the following step to download and install Nova Launcher:
    • Open the Google Play Store.
    • Search Nova Launcher .
    • Tap Nova Launcher .
    • Tap Install .
  2. It has a blue icon with a red band. Tap the Nova Launcher icon in the Apps menu to open Nova Launcher.
  3. The first time you open the app, it gives you several options to customize the Home screen. If you want, you can go through the options to create a custom home screen.
  4. When you are done setting up the Home Screen, scroll all the way down to the bottom. Tap the red icon with the checkmark in the lower-right corner.
  5. Your phone will give you three options to choose as the default launcher. Tap Nova7 as your default launch and tap Always .
  6. This displays the screen that allows you to move your icons and set up widgets. It also displays the Settings menu.
    • Alternatively, you can tap the Nova Settings icon on your Home screen.
  7. It's the large icon that resembles a gear. This opens the Settings menu.
  8. It's next to an icon that resembles a painter's pallet in the Nova Settings menu.
  9. " When this option is disabled, it will hide your notifications bar within the Nova Launcher interface.
    • This will only work in the Nova Launcher interface. It will not work on the standard Android interface or within specific apps. The plus side is that you don't need ADB commands to grant the app write secure settings access, making this the simplest option.
  10. Advertisement


Expert Q&A

Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Article Summary X

      1. Download "Fullscreen: The One Immersive Mode" from the Google Play Store.
      2. Enable Developer Options and USB Debugging on your Android device.
      3. Download Android SDK Platform Tools on your PC or Mac.
      4. Connect your phone to your PC and open a Command Prompt or Terminal window in the "platform-tools" folder.
      5. Type "adb devices" and press enter and allow your Android device to interface with your computer.
      6. Type "adb devices" again.
      7. Type "adb shell pm grant com.duna.immersive android.permission.WRITE_SECURE_SETTINGS" and press Enter .
      8. Open Fullscreen: The One Immersive Mode and tap Hide Notification Bar.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 603,907 times.

      Is this article up to date?

      Advertisement