To properly experience our LG.com website, you will need to use an alternate browser or upgrade to a newer version of internet Explorer (IE10 or greater).
LG.com utilizes responsive design to provide a convenient experience that conforms to your devices screen size. In order to get the best possible experience from our website, please follow below instructions.
If you're using Internet Explorer 9 or earlier, you will need to use an alternate browser such as Firefox or Chrome or upgrade to a newer version of internet Explorer (IE10 or greater).
Open [File Explorer]. Execute [LG Update Installer] in the downloads folder by clicking on it.
[Install the LG Update app that is compatible with the system.] Click [OK] in the pop-up.
Once the [LG Update app] has been installed on your model, select [ LG Update & Recovery Run] and then click [Finish]. If the LG Update app was already installed, the message “LG Update App compatible with your system is already installed” pops up.
※ The LG Update app is automatically updated to the most recent version when you run LG Update Installer.
Types of LG Update apps. (The app compatible with your system is installed automatically and shown on your system.)
LG Update & Recovery
LG Update
LG Update Center
LG DNA Center Plus
In the taskbar search box, input [
LG Update] and run the app.
※ For products purchased with Windows OS, the search word is “LG Update & Recovery” app. For products purchased without Windows (No-OS), the search word is “LG Update” app.
After checking items requiring updates in [Update], click [Update List].
In the [Update List], select [Select all], and click the [Install] button to proceed with installation.
Enter [
LG Update Center] in the taskbar search box, run the app.
※ LG Update Center can be installed only on products that were purchased with an operating system (Windows included).
Below [All List], check if there are items requiring an update and if there are, click [All List].
Click the [Update needed] menu.
In the [Update needed] menu, select the items (device drivers, LG Apps) you wish to update, and click the [Installation] button to proceed with installation.
※ Select [Select All] to install all items shown.
In the taskbar search box, input [
LG DnA Center Plus] and run the app.
※ LG DnA Center Plus can be installed only on products that were purchased without an operating system (Windows NOT included).
Run the app and check if there are additional items to install and click [Install] to proceed.
※ If the message "Windows is not in the latest version” appears and execution fails, update Windows to the latest version and then run the app.
In [Install and Download], you can check the progress of installation as well as the number of units necessary for driver installation.
※ Device drivers and LG Electronics supplied software suitable for your PC can be automatically installed.
When you see [Installation Complete.], click [OK].
This guide was created for all models, so the images or content may be different from your product.
<script> (function (){ function Accordion(groupNode){ this.accListNode=groupNode; this.buttons=[]; this.buttons=Array.prototype.slice.call(this.accListNode.querySelectorAll('.accordion-trigger')); this.accPanels=[]; var self=this; this.buttons.forEach(function (button){ var accPanel=document.getElementById(button.getAttribute('aria-controls')); self.accPanels.push(accPanel); button.addEventListener('click', self.onClick.bind(self));});} Accordion.prototype.onClick=function (e){ var target=e.currentTarget; var pannelId=target.getAttribute('aria-controls'); var pannerEl=document.getElementById(pannelId); var toggled=target.getAttribute('aria-expanded'); if (toggled==="true"){ target.setAttribute('aria-expanded', 'false'); pannerEl.setAttribute('hidden', '');} else{ this.buttons.forEach(function (btn){ btn.setAttribute('aria-expanded', 'false');}); this.accPanels.forEach(function (accPannel){ accPannel.setAttribute('hidden', '');}); target.setAttribute('aria-expanded', 'true'); pannerEl.removeAttribute('hidden'); window.scrollTo(0, (window.innerWidth >767) ? target.offsetTop : target.offsetTop - 50);}}; var accordions=document.querySelectorAll('.cs-accordion'); Array.prototype.forEach.call(accordions, function (node){ new Accordion(node);});})(); </script>