Video format YouTube Shorts has firmly taken its place in the recommendations feed, but not all users like the endless scrolling of vertical videos. If you prefer classic content and want disable Shorts in YouTube on Android, this article will help you understand all the available methods - from standard settings to advanced technical solutions.

It is important to understand that Google actively promotes short videos, so completely removing Shorts from the application without consequences is impossible. However, there are workarounds, from filtering content to using alternative clients. We tested each method on current versions YouTube (2026) and collected only working solutions.

If you donโ€™t want to waste time on experiments, go straight to method with ADB, which gives the maximum effect. For the rest, we will analyze in detail all the options, including their pros and cons.

Why Shorts appear in the feed and can they be removed forever

The algorithm YouTube adjusts recommendations to the user's behavior. If you have viewed Shortsat least once, the system will offer them more often. Even if there is no interaction with short videos, they may appear in:

  • ๐Ÿ“Œ Main feed (Home)
  • ๐Ÿ” Search results (at the top of the search results)
  • ๐Ÿ”” Tab Shorts (separate section)
  • ๐Ÿ“ฑ Pop-up notifications

At the official level, Google does not provide the option to completely disable Shorts, but there are ways to minimize their presence. The effectiveness of the methods varies from partial hiding to almost complete removal (with the exception of rare pop-up banners).

It is worth noting that some solutions require technical skills or the installation of third-party software. If you are not ready to experiment, start with the simplest methods from the next section.

๐Ÿ“Š How often do Shorts on YouTube bother you?
Constantly
Sometimes
Nearby
Never

Simple methods: settings and filters without technical manipulations

These methods do not require superuser rights (root) or connection to a PC. They are suitable for most users, but provide only a partial effect.

1. Hiding the Shorts tab through YouTube settings

The most obvious, but least effective way:

  1. Open the application YouTube and tap on your profile avatar.
  2. Go to Settings โ†’ General.
  3. Find the option Show the Shorts tab and disable it.

โš ๏ธ Limitation: This only removes the separate tab, but Shorts will continue to appear in the main feed and search.

2. Filtering content by keywords

You can block Shorts impressions through the recommendation settings:

  1. Open any Shorts, click on the three dots (โ‹ฎ) โ†’ Don't like.
  2. Select a reason: Not interesting or Too many Shorts.
  3. Repeat the action for 5-10 videos - the algorithm will begin to offer similar content less often.

To enhance the effect:

  • ๐Ÿ”„ Regularly clear your browsing history (Library โ†’ History).
  • ๐Ÿšซ Add channels from Shorts to Do not recommend (long press on the channel โ†’ โ‹ฎ โ†’ Do not recommend the channel).
๐Ÿ’ก

If after filtering Shorts still appear, try deleting the YouTube application cache in the Android settings (Settings โ†’ Applications โ†’ YouTube โ†’ Memory โ†’ Clear cache).

3. Using the browser version of YouTube

In the mobile browser (Chrome, Firefox) Shorts are displayed less often than in the application. To improve the experience:

  • ๐ŸŒ Open m.youtube.com and request desktop version browser menu).
  • ๐Ÿ”— Add the site to the main screen as PWAapplication (in Chrome: โ‹ฎ โ†’ Add to home screen).
  • ๐Ÿ›ก๏ธ Install the extension for blocking elements (for example, uBlock Origin) and add a rule to hide blocks from Shorts.

Delete browsing history|Mark "Dislike" on 10+ Shorts|Clear application cache|Add problematic channels to the blacklist-->

Advanced methods: changing YouTube configuration

If standard methods do not help, you will have to resort to more radical measures. These methods require either installing third-party applications or working with ADB (a tool for debugging Android).

4. Installing alternative YouTube clients

Unofficial clients (for example, NewPipe, Vanced or ReVanced) allow you to completely disable Shorts and advertising. However, they have disadvantages:

ClientProsConsRequires root?
NewPipeNo extra water, background playback, blocking ShortsNo official Google account supportNo
VancedFull account integration, dark themeNot updated since 2022No
ReVancedCurrent patches, support for the latest versions of YouTubeComplicated installation (requires APK patching)No
YouTube PremiumOfficial solution, without unnecessary waterShorts are still shown, paid subscriptionNo

To install NewPipe:

  1. Download APK from official website (check the hash of the file!).
  2. Allow installation from unknown sources (Settings โ†’ Security โ†’ Unknown sources).
  3. Run NewPipe and in the settings disable the option Show Shorts.
Risks of using unofficial clients

Google may block your account for using modified versions of YouTube (although cases are extremely rare). In addition, some clients may contain vulnerabilities if they are not downloaded from official sources. We recommend checking the APK through VirusTotal before installation.

5. Shorts via ADB (without root)

This method works on most devices with Android 8.0+ and does not require superuser rights. You will need:

  • ๐Ÿ–ฅ๏ธ A computer with ADB drivers installed.
  • ๐Ÿ“ฑ Enabled USB debugging on the phone (Settings โ†’ About phone โ†’ Build number โ€” tap 7 times, then Settings โ†’ System โ†’ For developers โ†’ USB debugging).
  • ๐Ÿ”Œ Cable USB-TypeC (preferably original).

Instructions:

  1. Connect the phone to the PC and confirm permission for debugging.
  2. Open the command line (CMD or Terminal) and enter:
    adb shell pm clear com.google.android.youtube

    This will reset YouTube settings.

  3. Then run the command to disable Shorts:
    adb shell pm disable-user --user 0 com.google.android.apps.youtube.app.common.service.suggestedaction.SuggestedActionService
  4. Reboot your phone.

โš ๏ธ Attention: After updating YouTube via Google Play Shorts may return. To avoid this, disable automatic application updates or use Aurora Store to install patched versions.

๐Ÿ’ก

ADB method is the most reliable way to remove Shorts without root. It works at the system level, but requires re-application after YouTube updates.

Radical methods: for experienced users

If you are ready to go to extreme measures, these methods will give 100% results, but will require deep changes in the system.

6. Blocking via hosts file (requires root)

File modification hosts allows you to block the loading of Shorts content at the DNS level. To do this:

  1. Install a file manager with support root (for example, Root Explorer).
  2. Open the file /system/etc/hosts in a text editor.
  3. Add the lines:
    127.0.0.1 youtubei.googleapis.com
    

    127.0.0.1 www.youtube.com/api/stats/qoe

  4. Save the file and restart the device.

โš ๏ธ Attention: Incorrect editing hosts may disrupt the Internet. Before making changes, make a backup copy of the file!

7. Removing YouTube via Magisk (for firmware devices)

If your phone has Magiskinstalled, you can completely remove the built-in YouTube and install a modified version:

  1. Download the module YouTube ReVanced Magisk Module from repository Magisk.
  2. Install the module via Magisk Manager and reboot the phone.
  3. In the module settings, disable the option Enable Shorts.

The advantage of this method is automatic update of patches without manual intervention.

What to do if YouTube stops working after manipulations?

If after changes via ADB or hosts YouTube generates errors, try:

1. Clear application data (Settings โ†’ Applications โ†’ YouTube โ†’ Storage โ†’ Clear data).

2. Delete YouTube updates via ADB:

adb shell pm uninstall -k --user 0 com.google.android.youtube

3. Reinstall the original version from Google Play.

What to do if Shorts is gone still appear

Even after applying all the methods YouTube may sometimes show Shorts in searches or recommendations. Here's how to minimize their appearance:

  • ๐Ÿ”„ Reset personal recommendations:
    1. Go to YouTube Settings โ†’ History and privacy.
    2. Click Delete browsing history and select All time.
    3. Disable option View history (this will stop personalization).
  • ๐Ÿ“ต Disable notifications:
    1. Go to YouTube Settings โ†’ Notifications.
    2. Disable everything options related to Shorts and Recommendations.
  • ๐ŸŒ Use VPN:

    Some users note that when connecting to servers in Europe or USA (where content regulation is stricter), Shorts are shown less often. Try ProtonVPN or Windscribe.

  • If none of the methods worked, consider using YouTube Premium. Although Shorts are not completely disabled there, their number is reduced, and the absence of advertising improves the viewing experience.

    FAQ: Frequently asked questions about disabling Shorts

    Is it possible to disable Shorts permanently without root?

    It is impossible to completely remove Shorts without root access, but a combination of methods (ADB + alternative client + filtering recommendations) reduces their appearance to 5โ€“10% of the total content. The best result is given ReVanced or NewPipe.

    Why did YouTube Shorts return after the update?

    Google regularly changes the structure of the application, so patches (including ADB commands) can be reset. To avoid this:

    • Disable automatic YouTube updates in Google Play.
    • Use Aurora Store to manually install old versions.
    • Use ADB commands after each update.
    Is it safe to use ADB to change YouTube?

    Yes, if you follow the instructions and do not enter random commands. ADB is an official tool Android SDKand the commands described above only change the user profile settings without affecting system files. There is a risk only when editing hosts or using unverified modules Magisk.

    Is there a legal way to report Shorts on YouTube?

    Yes, you can send feedback through the app:

    1. Open YouTube, tap on the avatar โ†’ Send feedback.
    2. Select Problem with recommendations.
    3. Indicate that you are not satisfied with the quantity Shortsand describe the problem.

    Although this is unlikely to lead to global changes, mass complaints can affect the algorithms.

    How to disable Shorts on Smart TV or Android TV?

    On TVs, the methods are similar, but with limitations:

    • Use SmartTubeNext (an alternative client for Android TV).
    • Disable the Shorts tab in the settings (if available).
    • Install Firefox and use the web version of YouTube.

    ADB method also works, but requires connecting the TV to the PC via USB-OTG.

    If you have tested all the methods, but Shorts continue to spoil the viewing experience - consider switching to alternative platforms like Odysee or PeerTube, where there is no imposed short content. However, their audience and video library are significantly inferior YouTube.