TVs Sony Bravia based on Android TV or Google TV regularly receive firmware updates that improve performance and add new ones functions and close security vulnerabilities. However, the update process may vary depending on the model, OS version, and even the region of sale. In this article, we will look at all the current update methods - from automatic via the Internet to manual installation from a USB drive.

It is important to understand that Sony it does not always release updates simultaneously for all models. For example, flagship series Bravia XR (for example, X95L or A95K) receive updates more often than budget models of 2020โ€“2021. If your TV was released before 2018, the chances of new software versions are minimal - the manufacturer usually supports devices for no longer than 4-5 years.

Before you start updating, check the current firmware version. This will help you determine if a new version is available and which installation method is right for you. Next, we will consider each method in detail - from the simplest to the most technically complex.

๐Ÿ“Š What Sony Bravia TV do you have?
Android TV (until 2022)
Google TV (2022 and newer)
I donโ€™t know version
Other brand

1. How to check the current version of Android on Sony Bravia

Before updating, you need to find out what firmware version is installed on your TV. This will help you avoid installing the same version or incompatible files again. Here's how to do it:

  1. Turn on the TV and press the Home (Home) button on the remote control.
  2. Go to Settings โ†’ System โ†’ About TV.
  3. Find lines Android version (for example, Android 11 or Android 12L) and Software version (for example, PKG7.5632.0001).

If in there is no menu item About TV, try an alternative path:

  • ๐Ÿ” Settings โ†’ Support โ†’ Status (for 2020โ€“2021 models).
  • ๐Ÿ” Settings โ†’ Device โ†’ About software (for Google TV).

Write down or take a photo of the software version - this data will be useful for manual updating. If your TV works on Android 9 or older, the likelihood of receiving new updates via the Internet is extremely small. In this case, it is worth considering manual installation (more on this in section 4).

๐Ÿ’ก

On some models Sony Bravia the firmware version can be seen on the boot screen - just restart the TV and look carefully at the bottom of the screen in the first seconds of turning on.

2. Automatic update via. Internet

The easiest and safest way is to update the firmware through the built-in function automatic update. To do this, the TV must be connected to the Internet (via Wi-Fi or cable). Here are step-by-step guide:

  1. Open the menu Settings (gear button on the remote control).
  2. Go to section System โ†’ Update system (or Support โ†’ Software update for older models).
  3. Select Update via the Internet.
  4. The TV will check for new versions. If an update is available, the button Install.
  5. Confirm the installation and wait for the process to complete (usually takes 10-30 minutes).

During the update, the TV may reboot several times - this is normal. Do not turn off the power or press the buttons on the remote control while the process is in progress. will not complete completely. After rebooting, check the software version to ensure successful installation.

Connect the TV to the Internet (Wi-Fi or Ethernet)

The remote control must have at least 50% charge

Close all running applications

Make sure that the outlet does not turn off (no timer or jumps voltage)

-->

If the TV does not find updates, but you are sure that they should be, try the following steps:

  • ๐Ÿ”„ Restart the TV and router.
  • ๐ŸŒ Check your Internet connection (for example, open YouTube or Netflix).
  • ๐Ÿ•’ Updates may be delayed - check again in 1-2 days.
  • ๐Ÿ“ Make sure that the TV region matches the region of purchase (in settings System โ†’ Language and region).
โš ๏ธ Attention: On For some models Sony Bravia 2019โ€“2020, automatic updates may be blocked due to server errors. In this case, manual installation (section 4) or resetting to factory settings (section 6) will help. Sony. In this case, manual installation (section 4) or resetting to factory settings (section 6) will help.

3. Update via USB drive.

If automatic updating does not work (for example, due to slow Internet or server errors), you can install the firmware manually using a USB flash drive. This method is suitable for most models (2016โ€“2022) and some. data-i="110">(2022โ€“2023). Sony Bravia on Android TV (2016โ€“2022) and some Google TV (2022โ€“2023).

You will need:

  • ๐Ÿ’พ USB drive with a capacity of at least 4 GB (formatted in FAT32).
  • ๐Ÿ’ป Computer or laptop with Internet access.
  • ๐Ÿ“„ Firmware file for your model (you can download it on the official website Sony).

Steps to update:

  1. Download the firmware from Sony official website (select your model in the "Support" section). The file usually has an extension .pkg.
  2. Copy the firmware file to the root directory of the USB drive (not to a folder!).
  3. Insert the flash drive into the USB port of the TV (preferably into the port USB 2.0if there are several of them).
  4. Go to Settings โ†’ System โ†’ System update โ†’ Update from USB.
  5. Select the firmware file and confirm installation.

The process will take 15-40 minutes. The TV will reboot several times. โ€” do not remove the flash drive or turn off the poweruntil the welcome screen appears. If after the update the TV does not turn on or is unstable, perform a factory reset (section 6).

โš ๏ธ Attention: Do not use USB hubs or extension cords - connect the flash drive directly to port of the TV. Also make sure that the firmware file is intended for your model. Installing the wrong version can lead to brick (breakage) of the device.
How to find the firmware for the old model?

If your model Sony Bravia released before 2018, the official firmware may not be available on the website. In this case, try:

1. Search for the file on the forums (for example, 4PDA or AVS Forum).

2. Contact the service center Sony โ€”sometimes they provide archived versions of the software.

3. Use alternative firmware (for example, LineageOS for TV), but this requires unlocking the bootloader and may void the warranty.

4. via ADB (for advanced users)

If standard methods do not work, and the firmware is only available as an .ziparchive, you can try installing it via ADB (Android Debug Bridge)This method is suitable for advanced users and requires command line skills.

What. you will need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB and Fastboot (you can download in Android Studio or separately).
  • ๐Ÿ”Œ USB cable (preferably original).
  • ๐Ÿ“ Firmware file in the format .zip (for example, update.zip).

Instructions:

  1. Enable the TV USB debugging mode:
    Settings โ†’ Device โ†’ About Software โ†’ Build Number (press 7 times)
    

    Settings โ†’ Device โ†’ Developer Options โ†’ USB Debugging (enable)

  2. Connect the TV to your computer via USB (use port USB 3.0 on your TV, if available).
  3. Open Command Prompt (cmd on Windows or Terminal on macOS/Linux) and check the connection:
    adb devices

    The serial number of your TV should appear.

  4. Copy the firmware file to the TV:
    adb push update.zip /sdcard/
  5. Install the update via recovery:
    adb reboot recovery
    

    (in the recovery menu, select "Apply update from ADB")

    adb sideload update.zip

This method is risky - if there is an error, the TV may stop booting. Use it only if other methods have not worked and you are confident in your actions. If after the update the TV is stuck on the logo Sony, try resetting the settings (section 6) or contact the service center.

๐Ÿ’ก

Manual updating via ADB is a last resort method. It is only suitable for experienced users and may void the warranty or damage the TV.

5. Features of the update on Google TV (models 2022โ€“2026)

TVs Sony Bravia on the platform Google TV (for example, series X90L, A80L, X85L) are updated a little differently than older models on Android TV. Main differences:

Parameter Android TV (until 2022) Google TV (2022โ€“2026)
Path to update Settings โ†’ Support โ†’ Software update Settings โ†’ System โ†’ System update
Firmware type Files .pkg for USB Updates only via the Internet (USB is not supported)
Update frequency 2โ€“3 times a year Monthly security patches + major updates 1โ€“2 times a year
Possibility rollback Yes (via the service menu) No (only at the service center)

On Google TV manual installation of firmware via USB not supported โ€”all updates come automatically over the air. If your TV does not find updates, try:

  • ๐Ÿ”„ Restart the TV (hold the power button on the remote for 5 seconds).
  • ๐Ÿ“ถ Connect to the Internet via cable (Ethernet), not Wi-Fi.
  • ๐Ÿ•’ Wait 1-2 weeks - updates may come out in waves by region.
  • ๐Ÿ“ž Contact support Sony indicating the model and current software version.

If after the update on Google TV appear bugs (for example, the interface slows down or applications do not work), try:

  1. Clear cache: Settings โ†’ Applications โ†’ Manage applications โ†’ Select application โ†’ Clear cache.
  2. Reset network settings: Settings โ†’ Network and Internet โ†’ Advanced โ†’ Network reset.
  3. Perform a soft reset: Settings โ†’ System โ†’ Reset โ†’ Reset settings (without deleting data).
โš ๏ธ Attention: On Google TV it is not possible to roll back to the previous firmware version yourself. If after the update the TV does not work correctly, contact the service center Sony.

6. What to do if the update was unsuccessful

Sometimes after the update, the TV may behave unstable: it will not turn on, freezes on the logo, loses sound or image. In most cases, the problem can be solved without contacting a service center.

First try soft reboot:

  1. Unplug the TV from the outlet.
  2. Wait 2-3 minutes.
  3. Turn it back on and check the operation.

If this does not help, perform reset to factory settings:

  1. On the remote control, press and hold the button Home (Home) for 10 seconds.
  2. In the recovery menu, select Factory Reset (Reset settings).
  3. Confirm the action and wait for completion (takes 5-10 minutes).

If the TV does not respond to the remote control or does not turn on at all, try hardware reset:

  • ๐Ÿ”Œ Unplug the TV.
  • ๐Ÿ–ฑ๏ธ On the back panel, find the button Reset (usually next to the HDMI ports).
  • ๐Ÿ“ Press and hold it for 10-15 seconds (use a paper clip or a toothpick).
  • ๐Ÿ”Œ Connect the power and turn on the TV.

After the reset, you will have to reconfigure Wi-Fi, accounts and applications. If the problem persists, the firmware may have been installed incorrectly - in this case, only flashing it at a service center will help.

How to restore the TV after an unsuccessful update?

If the TV does not turn on or shows an error No signal/Boot loop, try:

1. Install the firmware again via USB (section 3).

2. Use recovery mode (recovery mode):

- Disconnect the TV from the network.

- Press and hold the button Volume Down (volume down) on the TV.

- Connect the power without releasing the button until recovery menu.

- Select Apply update from USB and repeat the installation.

3. Contact the service center if independent actions do not help.

7. Frequent errors during updating and their solutions

When updating Sony Bravia users often encounter typical problems. Let's look at the most common errors and how to fix them.

Error Possible cause Solution
Update not found Servers Sony are temporarily unavailable or the update has not yet been released for your region. Check your Internet connection, restart the TV or wait 1-2 days.
Download error (code 1010, 2002) Problems connecting to servers Sony or damaged cache. Reset network settings or clear the cache in Settings โ†’ Applications โ†’ Manage applications โ†’ System applications โ†’ Software update โ†’ Clear cache.
USB device not detected Incorrect flash drive format or damaged firmware file. Format the flash drive in FAT32, check the firmware file for integrity (you can download it).
Insufficient memory The system partition does not have enough space for the update. Uninstall unnecessary applications or perform a factory reset.
TV stuck on the logo Sony Unsuccessful firmware installation or conflict data. Perform a hard reset (section 6) or reflash the TV via USB.

If none of the methods helped, check if your model has expired support. For example, TVs Sony Bravia 2018 and older no longer receive official updates. In this case, you can:

  • ๐Ÿ› ๏ธ Try custom firmware (for example, LineageOS for TV, but this is risky).
  • ๐Ÿ”ง Contact a service center for flashing through a special equipment.
  • ๐Ÿ†• Consider purchasing a new TV if the current one is very outdated.

If the error persists after several attempts, contact support Sony indicating:

  • TV models (for example, KD-55X85J).
  • Current software version (from the section About TV).
  • Error code (if it is displayed).

8. How to roll back an update on Sony Bravia

Sometimes new firmware versions bring more problems than they are worth: they appear bugs, the interface slows down or applications stop working. Unfortunately Sony does not provide an official way to roll back to the previous version of the software, but there are several workarounds.

Method 1: Reset to factory settings

If problems appeared immediately after the update, try returning the TV to the "from" state boxes":

  1. Go to Settings โ†’ System โ†’ Reset.
  2. Select Reset settings or Restore factory settings.
  3. Confirm the action and wait until the reboot.

This will not roll back the firmware, but may eliminate software conflicts caused by the update.

Method 2: Manual flashing via USB

If you have an old firmware file saved (or you can find it), you can try installing it manually:

  1. Download the desired software version (for example, from forums or archives).
  2. Place the file on a formatted flash drive (FAT32).
  3. Install the firmware via Updating from USB (section 3).

Method 3: Contacting a service center

If the self-recovery fails, contact the official service Sony. archived firmware versions and special equipment for flashing. The service is paid, but guaranteed safe.

โš ๏ธ Attention: Rolling back the firmware can lead to data loss, unstable operation of the TV, or even breakdown. On models from Google TV (2022 and newer), a rollback without special equipment is almost impossible.

If you decide to rollback, please note:

  • ๐Ÿ”’ You may have to manually reinstall all applications.
  • ๐Ÿ”„ Some features (such as new HDR formats) may no longer work.
  • ๐Ÿ›ก๏ธ Outdated firmware may contain security vulnerabilities.

FAQ: Frequently asked questions about updating Sony Bravia

My 2017 Sony Bravia TV does not finds updates. What to do?

Most likely, support for your model has been discontinued. Sony TVs usually update within 4-5 years after release. You can:

  • Try manual installation of the firmware via USB (if you find a file for your model).
  • Contact the service center for flashing.
  • Consider buying a new TV, since older models may not support modern formats (for example, Dolby Vision or HDMI 2.1).
Is it possible to update Sony Bravia without the Internet?

Yes, if you have the firmware file. Download it to your computer, place it on a USB drive (formatted in FAT32) and install through the menu. Updating from USB. Detailed instructions in Section 3.

Please note: on models with Google TV (2022 and newer) update via USB not supported โ€”only via the Internet.

The TV froze during the update. How to restore it?

Don't panic:

  1. Unplug the TV for 5 minutes, then turn it on. again.
  2. If the freeze continues, perform a reset via the button Reset on the rear panel (a paper clip is needed).
  3. If the TV does not turn on, try flashing it via USB (section 3) or contact a service center.

Under no circumstances interrupt the update process forcibly - this may damage the motherboard.

After the update, the sound or image disappeared. What should I do?

This is a typical problem after updates. Try:

  • ๐Ÿ”Š Check the sound settings: Settings โ†’ Sound โ†’ Sound output (select TV Speaker).
  • ๐Ÿ“บ Reset the picture settings: Settings โ†’ Display and sound โ†’ Reset picture settings.
  • ๐Ÿ”„ Restart the TV (unplug the TV 1 minute).
  • ๐Ÿ› ๏ธ Perform a factory reset (section 6).

If the problem persists, the update may have been installed with an error - try flashing the TV.

How can I find out which firmware is the latest for my model?

Official information can be found:

  • On the support site Sony (select your model in the "Downloads" section).
  • On forums (for example, 4PDA or AVS Forum), where users share information about new versions.
  • At the service center Sony they can tell you what updates are available for your TV.

Please note: sometimes the latest firmware may be โ€œbeta versionsโ€ and contain bugs. If your TV is stable, it is not necessary to update immediately after the new version is released.