"Updates are ready to install, connect to Wi-Fi": How to remove this notification permanently

You turn on the TV, and the annoying notification pops up on the screen again: "Updates are ready to install. Connect to a Wi-Fi network."The problem is that you don't have internet access—or you're afraid of crashes and don't want to update your firmware. The notification interferes with your viewing experience, blocks access to the menu, and persists even after a reboot. How can I get rid of it?

In this article we will look at all working methods disable forced updates on TVs Samsung, LG, Sony Bravia and devices on Android TV (including Xiaomi Mi TV, Philips and others). Some methods require a temporary internet connection, while others work completely offline. Important: some solutions involve disable automatic updates permanently - this may affect the security and stability of the TV.

If you are unsure about what you are doing, check first, What exact firmware version is installed on your TV? — the update may resolve critical issues (such as problems with HDMI ports or support for new video formats). Information about the current firmware can be found in the menu. Settings → Support → About TV.

📊 What kind of TV do you have?
Samsung (Tizen)
LG (webOS)
Sony (Android TV)
Xiaomi/Philips (Android TV)
Another brand

Why does my TV require a Wi-Fi connection for updates?

Smart TV manufacturers strongly recommend installing the latest firmware versions for three reasons:

  • 🔒 Security: Closes vulnerabilities that could allow hackers to access your TV (for example, via connected USB devices or a local network).
  • 📺 New features: format support Dolby Vision, HDR10+, improved voice control or integration with services (Netflix, YouTube in higher resolution).
  • 🛠️ Bug fixes: Fixing freezes, remote control issues, or HDMI port malfunctions.

However, forced updates create problems:

  • 📶 There is no stable internet (for example, at a dacha or in a hotel).
  • 💥 Risk of bricking your TV if the update is interrupted due to a weak Wi-Fi signal.
  • 🚫 Reluctance to test raw firmware (especially relevant for LG webOS, where the first versions often contain critical bugs).

Manufacturers don't provide an official "snooze forever" option—the notification will appear every few days until you connect to the network or update the software. But there are workarounds.

⚠️ Attention: Disabling updates may result in incompatibility with new applications (eg. Disney+ or Prime Video (They may stop working on older firmware versions.) Before proceeding, check whether your current firmware version blocks any functions that are critical to you.

Method 1: Disable automatic updates in the settings (if you have access to the menu)

On some TV models, you can block automatic checking for updates. without internet connectionThe instructions depend on the operating system:

For Samsung Tizen (QLED, Crystal UHD, The Frame series, etc.)

  1. Open Settings → Support → Software Update.
  2. Select Automatic update and move the slider to the position Off
  3. If the item is unavailable (blocked), try resetting the network settings: Settings → General → Network → Reset network settings.

For LG webOS (OLED, NanoCell, QNED)

  1. Go to Settings → All settings → Support → Software update.
  2. Disable the option Automatically check for updates.
  3. If the option is greyed out, try logging in developer mode (see Method 3).

For Android TV (Sony Bravia, Xiaomi, Philips, Nvidia Shield)

  1. Open Settings → Device → Software Update (or System Settings → About TV).
  2. Turn it off Automatic download of updates.
  3. If there is no item, use USB debugging (Method 4).

On TVs Sony Bravia 2020–2023 You may need to enter a PIN to disable updates. The standard code is 0000 or 1234If it doesn't work, try 2580 (service code for some models).

Disconnect your TV from the Internet (pull out the cable or turn off Wi-Fi)

Check the current firmware version

Take a photo of your screen settings (brightness, color profile)

Prepare the remote control (charge the batteries)-->

Method 2: Trick the TV with a "dummy" Wi-Fi connection

If the notification does not disappear and access to settings is blocked, you can simulate an internet connection without actual internet access. To do this, you'll need:

  • 📱 Smartphone with function Wi-Fi distribution (or laptop).
  • 🔌 Ethernet cable (if you use a router).

Instructions:

  1. Turn on your smartphone Wi-Fi hotspot, But do not connect to mobile Internet (turn off data transfer).
  2. Connect your TV to this network. It will "see" the connection, but won't be able to download the update.
  3. Go to the updates menu and click Check now. After 1-2 minutes, an error of the type will appear. No internet connection or Failed to download update.
  4. Restart your TV. The notification should disappear within 1-3 days.

For Android TV (For example, Xiaomi Mi TV) can be used proxy server:

  1. Connect your TV to Wi-Fi.
  2. Specify it manually in the network settings IP address And DNS (For example, 8.8.8.8 — Google DNS).
  3. In the field Proxy enter a non-existent address (eg 1.1.1.1 port 8080).
  4. The TV will not be able to connect to the update servers and the notification will disappear.
⚠️ Attention: On some models LG webOS After 3-5 unsuccessful attempts to connect to update servers, the TV may block access to network settings. In this case, only a factory reset (see Method 5) will help.

Method 3: Developer Mode (for LG webOS and Android TV)

On TVs with webOS (LG) and Android TV there is a hidden developer mode, which allows you to disable forced updates. To activate:

For LG webOS:

  1. Open Settings → All settings → General → About TV → TV information.
  2. Click on the field webOS version 7-10 times in a row until a notification appears Developer mode is enabled.
  3. Return to General settings - a new item will appear there Developer Options.
  4. Disable the option Automatic software update (if there is one).

For Android TV:

  1. Go to Settings → Device → About TV.
  2. Click on Build number 7 times until a message appears You have become a developer!.
  3. Return to Settings → Device → Developer options.
  4. Activate USB debugging and connect the TV to the computer to run ADB commands (see Method 4).

On Samsung Tizen There is no developer mode, but you can use it service menu (see Method 6).

What should I do if developer mode won't turn on?

On some models LG webOS 23 and newer, the manufacturer has blocked the activation of developer mode through the menu. In this case, only a connection via Telnet or SSH (Requires a PC and network connection). For instructions for specific models, please visit the forums. AVS Forum or Reddit (for example, in topics about LG C2 or G2).

Method 4: Disable updates via ADB (Android TV only)

If your TV is running on Android TV (For example, Sony Bravia, Xiaomi Mi TV 4/5, Philips), Can block the update service completely through Android Debug Bridge (ADB)To do this:

  1. Turn on USB debugging (see Method 3).
  2. Connect your TV to your computer via USB cable (or Wi-Fi, if supported).
  3. Download ADB Tools and open a command prompt in the folder with adb.exe.
  4. Execute the commands in order:
    adb devices

    (the device should appear, confirm the connection on the TV screen)

    adb shell pm disable-user --user 0 com.android.tv.settings.updater
    adb shell pm disable-user --user 0 com.google.android.tv.otaupdater
  5. Restart your TV with the command:
    adb shell reboot

After this the update service will be disabled permanentlyuntil you enable it manually. To turn it back on, run:

adb shell pm enable com.android.tv.settings.updater

adb shell pm enable com.google.android.tv.otaupdater

⚠️ Attention: On some firmware versions Xiaomi Mi TV Disabling updates via ADB may cause the app to crash. Google Play MarketIn this case, only a factory reset will help (Method 5).
TV model Does it support ADB? Command to disable updates
Sony Bravia (Android TV) Yes adb shell pm disable-user --user 0 com.sony.dtv.update.systemsoftware
Xiaomi Mi TV 4/5 Yes adb shell pm disable-user --user 0 com.xiaomi.mitv.upgrade
Philips Android TV Yes adb shell pm disable-user --user 0 com.tpvision.upgrade
Nvidia Shield TV Yes adb shell pm disable-user --user 0 com.nvidia.ota

Method 5: Factory reset (last resort)

If none of the methods help, and the notification prevents you from using the TV, you can full resetThis will remove all installed apps and accounts and return the firmware to its "out of the box" state.

Instructions:

  • 🔄 On Samsung Tizen: Settings → Support → Self-diagnosis → Reset (confirmation code - 0000).
  • 🔄 On LG webOS: Settings → All settings → General → Factory reset.
  • 🔄 On Android TV: Settings → Device → Reset → Erase all data.

After reset:

  1. Do not connect your TV to Wi-Fi during the initial setup process.
  2. Skip the account login step Google (on Android TV) or LG/Samsung Account.
  3. Disable automatic updates immediately (see Method 1).
⚠️ AttentionOn TVs Samsung After resetting, you may need to reconfigure IPTV And satellite channelsWrite down the connection parameters (frequency, symbols, PID codes) in advance.

Method 6: Service Menu (for Samsung Tizen and Sony Bravia)

On TVs Samsung And Sony there is something hidden service menu, where you can disable checking for updates at the system level. Carefully: Incorrect changes may result in unstable operation of the TV.

For Samsung Tizen:

  1. Turn off the TV and press the following sequence on the remote control:
    Info → Menu → Mute → Power

    (the buttons must be pressed quickly, with an interval of no more than 1 second).

  2. In the service menu, select Options → Software Update → Auto Update and set the value Off.
  3. Save the settings and restart the TV.

For Sony Bravia (Android TV):

  1. On the remote control, press the following sequence:
    Home → Settings → Input → 5 → 1 → 4
  2. Find the section in the service menu Software Update and turn it off Auto Check.
  3. Exit the menu by holding Power on the remote control for 5 seconds.

On LG webOS The service menu is opened by pressing the combination:

Settings → General → About TV → Press and hold "OK" on the remote for 10 seconds

But there is usually no option to disable updates.

What to do if nothing helps

If you've tried everything else and the notification still appears, there are a few radical solutions left:

  • 🛡️ Blocking update servers via a router: add domains to the blacklist:
    • For Samsung: samsungotn.net, samsungcloudsolution.com
    • For LG: lge.com, lgappstv.com
    • For Android TV: android.clients.google.com, update.googleapis.com
  • 🔌 Using a USB modem with limited trafficConnect your TV to a mobile internet connection with a 1 MB limit. The system will not be able to download the update (500–1500 MB) and will stop reminding you.
  • 📦 Installing custom firmware (only for Android TV): For example, LineageOS or ATV Custom ROM. Risk! Unofficial firmware may void your warranty and manufacturer support.

If the TV is under warranty and the notification is critically annoying, please contact service center with a request to disable automatic updates. Some workshops provide this service officially (for example, for Samsung QLED or LG OLED).

⚠️ Attention: TV interfaces and settings may vary depending on the model and region. Before proceeding, check the official documentation for your device or check the details on forums (e.g., 4PDA or Reddit/r/AndroidTV).

FAQ: Frequently Asked Questions

Is it possible to disable updates permanently without consequences?

Technically yes, but there are risks:

  • New applications (eg. Disney+ or Apple TV+) may require fresh firmware.
  • Outdated versions of software may have vulnerabilities (for example, attacks through DLNA or Miracast).
  • Some functions (eg. ALLM for game consoles) work only on the latest firmware.

If you're happy with the current version, you can safely disable updates, but check your firmware every 1-2 years to ensure it's up-to-date.

Why does the notification come back after turning off Wi-Fi?

The TV stores information about available updates in its cache. To completely clear the notification:

  1. Disconnect the TV from the network (pull out the power cord for 1 minute).
  2. On Android TV clear the application cache Settings (Settings → Apps → Settings → Clear Cache).
  3. On Samsung/LG complete soft reset (hold Power on the remote control for 10 seconds).
How do I find out what firmware version my TV has?

The path depends on the brand:

  • Samsung: Settings → Support → About TV → Software Version.
  • LG: Settings → All settings → General → About TV → TV information.
  • Android TV: Settings → Device → About TV → Android version.

The firmware number usually has a format like T-KTU1AKEU-1412.0 (Samsung) or 05.00.15 (LG).

Is it possible to download the update to a flash drive and install it manually?

Yes, but:

  • For Samsung updates are posted on the website support (you need to enter the TV model).
  • For LG firmware is distributed through LG Support, but require special software (LG UP).
  • On Android TV manual installation is only possible through ADB sideload.

Manual installation is risky - if the firmware files are damaged, the TV may not turn on.

Why does the TV turn on by itself at night and try to update?

This is a function "Automatic background updates", which is activated according to a schedule. It is disabled as follows:

  • Samsung: Settings → General → Power saving → Auto-refresh in background → Off
  • LG: Settings → All settings → General → Eco mode → Auto update → Off
  • Android TV: Settings → Device → Sleep → Background Refresh → Off