В этой статье мы рассмотрим типовые ошибки установки языковых пакетов в Windows 10 и 11.
В Windows вы можете установить языковые пакеты из панели управления: Settings ->Time and Language -> Language (URI команда для быстрого перехода в раздел Settings:
ms-settings:regionlanguage
).
Нажмите кнопку Add a language, выберите язык и Windows должна загрузить языковой пакет с серверов Windows Update.
В моем случае при установке языкового пакета появилась ошибка:
Sorry, we’re having trouble getting this Windows display language installed. You can try later on the Language options page. Error code: 0x8073D01
Sorry, we’re having trouble getting this feature installed. Error code: 0x8034500C
При попытке установки языкового пакета с помощью PowerShell команды, также появляется ошибка:
Install-Language -Language de-de
Install-Language : Failed to install language. ErrorCode: -2145103860. Please try again.
Вы можете столкнуться с ошибкой 0x8073D01 при установке языкового пакета на компьютере, который находится в корпоративной сети и настроен на получение обновлений со внутреннего сервера Windows Server Update Service (WSUS) вместо WU.
В этом случае вы можете установить языковой пакет вручную с помощью DISM и образа FoD (Features on Demand). Если вы хотите разрешить получать прямой доступ к компонентам FoD на серверах Microsoft Update в Интернете, нужно настроить специальный параметр групповых политик.
Откройте консоль локального (gpedit.msc) или доменного редактора GPO (gpmc.msc) и перейдите в раздел Computer Configuration -> Administrative Templates -> System.
Включите параметр Specify settings for optional component installation and component repair и отметьте опцию Download repair content and optional features directly from Windows Updates instead of Windows Server Updates Services (WSUS) (Скачать содержимое для восстановления и дополнительные компоненты непосредственно из Центра обновления Windows вместо использования службы WSUS).
Обновите настройки групповых политик и перезапустите службу обновления Windows:
gpupdate /force
net stop wuauserv
net start wuauserv
После этого ваш компьютер должен успешно скачать и установить языковой пакет из Интернета.
Если это не помогло, проверьте значение параметра реестра DoNotConnectToWindowsUpdateInternetLocations в ветке
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
. Если его значение равно 1, это будет блокировать подключение к интернету при получении компонентов FoD. Измените значение на 0 и перезапустите службу wuauserv
Если ваш сервер не должен получать обновления через WSUS, задайте также значение параметра реестра UseWUServer = 0 в
HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
.
Ошибка 0x800f0950 при установке LP решается аналогично.
При появлении ошибок 0x800F0908 или 0x800f0954 установки языковых пакетов в Windows нужно попробовать следующее:
- Проверьте, что для вашего сетевого подключения не включена опция Лимитное подключение (Metered Connection). Перейдите в Settings -> Network and Internet -> откройте свойства вашего подключения -> проверьте что опция Set as metered connection отключена.
- Возможно проблема связана с настроками агента Windows Update.
Сначала попробуйте очистить кэш обновлений из командной строки:
net stop wuauserv
net stop bits
net stop appidsvc
net stop cryptsvc
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start appidsvc
net start cryptsvcЕсли это не поможет, выполнить полный сброс настроек Windows Update на компьютере.
- Если ничего не помогло, проверьте целостность вашего образа Windows. Проверьте хранилище компонентов Windows с помощью команд:
Dism / Online / Cleanup-Image / RestoreHealth
sfc/scannow
Также вы можете вручную скачать CAB файл с языковыми пакетами (ссылки есть в интернете) и установить их вручную с помощью встроенной утилиты
lpksetup.exe
.
Do you experience Windows language pack not downloading issue? Language modules are necessary for customizing your operating system, typing, using Text-to-speech, Speech recognition, and Handwriting, but they can occasionally be a source of annoyance. Several users complain that Windows 11 cannot install Chinese language pack. Whether you are encountering language pack download stuck in Windows 11 for universal languages we have got you covered.
Language pack pending in Windows 11 mostly occurs because of problems with installation files, system elements, corrupted update cache, and faulty network. Sometimes, third-party software, drivers, and software might be a reason for this issue. In this blog, we will examine various options for resolving the language pack download problem and ensuring a trouble-free installation. Windows 11 may have introduced thrilling changes, but it is not immune to common Windows issues, such as this one. Read: Fix OOBELANGUAGE Error Something went wrong in Windows 11. Now, let’s resolve Windows 11 language downloads that are blocked, thereby enhancing the user experience.
Windows 11 Language pack Download Stuck
Here is how to fix Language pack Download Stuck in Windows 11:
Remove the language pack and Run SFC Scan and DISM Commands
Sometimes, language pack is shown in the list despite being not downloaded completely. In this case, remove the pack and then run the SFC and DISM tools.
- Press Windows and I.
- Select Time & language.
- Go to the right panel and click on “Language & region”.
- Scroll down to the languages list and find the one that is creating problem.
- Click on 3 dots icon and select Remove.
- Confirm the popup by clicking on Yes.
- After the language is deleted, press Windows key and type cmd.
- Select “Run as administrator”.
- Once UAC prompts up, click on “Yes”.
- Type the command and press Enter:
SFC /SCANNOW
- Wait for completion.
- Execute the following command lines sequentially.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
- Allow the process to finish.
- Restart your PC.
- Now go to Settings > Time & language and check if the pack is downloaded successfully.
Empty Software Distribution Folder
Clearing the Software Distribution folder can be a crucial step in resolving the issue of Language pack Download Stuck in Windows 11. This folder stores temporary files related to Windows updates, and when it becomes corrupted, it can lead to such problems. So, empty the folder using the following steps:
- Press Windows key and type CMD.EXE.
- Choose Run as administrator.
- When the UAC popup is shown, click on Yes.
- Copy and paste the provided commands, pressing Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
- Then, press Win + E to open File Explorer.
- Reach the following directories and Delete contents from them.
C:\Windows\System32\catroot2
C:\Windows\SoftwareDistribution
- Now run the below-given commands:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
- Restart your system and try to download language pack.
Reset Network Components
Fixing the error Language pack Download Stuck in Windows 11 often requires resetting or rebooting network components. The TCP/IP stack and Winsock are two such components that, if faulty or improperly configured, can prevent downloads from proceeding.
By returning them to their original values, you can fix any connectivity difficulties that may be preventing the language downloads from continuing.
- Open Command Prompt as administrator as mentioned in the previous method.
- Copy the below commands one at a time, paste them into the command prompt, and press Enter after each.
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
- Close Command Prompt.
Install pending Windows Updates
Have you tried installing the Latest Windows 11 updates to solve this aforementioned error? Installing the latest Windows updates can easily resolve the issue as these updates often contain bug fixes and performance improvements, including solutions for download problems.
Keeping your system up to date ensures a smoother experience, making it easier to install language packs without interruptions. Follow these steps;
- Type Updates in Windows search and press Enter.
- Click Check for updates.
- Wait for Windows to download and install the required files.
- Install any available optional updates.
- Restart your computer.
See: How to Download Fonts for All Languages at Once in Windows 10
Get Language Pack pending Using Clean Boot
Ever wondered how downloading language packs in a Clean Boot can help fix the problem of Language pack Download Stuck in Windows 11?
Well, it’s like ensuring a clear and obstacle-free path for your language packs to install, making the whole process smoother and preventing those annoying hang-ups during installation.
- Type msconfig in Windows search and press Enter.
- Go to the Services tab.
- Mark the check box for Hide all Microsoft services.
- Click on Disable all.
- In the Startup tab, select the link Open Task Manager.
- Right-click on every entry in Task Manager and select Disable.
- close the tool and come back to System Configuration.
- Click Apply, and OK.
- On the warning popup that is shown select Restart.
Reset Windows
Another potential solution to deal with this underlying issue is to reset the Windows. However, to prepare, uninstall third-party security software with the developer’s tool and disconnect non-essential peripherals like printers and cameras.
- Right-click Start, and select Settings.
- From the System category, choose Recovery.
- Click on Reset PC, from the right side of the Settings window.
- Select Keep my files and then Cloud download.
- Click on Next.
- From the coming screen, click Reset.
- Your system restarts, initiating the Windows reset process.
Use Windows Update Troubleshooter
You can try using Windows’ very own fix-it tool “Troubleshooter” if you are still battling with the Language pack Download Stuck in Windows 11 problem. This tool will automatically scan your system for probable issues that might be acting as a roadblock in your process.
- Press Windows + I to open Settings.
- Click Troubleshoot on the right.
- Select Other troubleshooters.
- After that, choose Windows Update, and click Run.
Remove Conflicting Drivers
In order to fix problems with Language pack Download Stuck in Windows 11, you should try removing drivers that may be causing conflicts. Thus, eliminating any driver-related conflicts that slow downloads becomes essential. The following are the steps:
- Press Windows + X and choose Device Manager.
- Expand the devices by double-clicking on each.
- Find the driver that is showing yellow exclamation marks.
- Right-click and select – Uninstall the device.
- Check and confirm Delete driver software.
- Then, restart your PC.
Get Windows 11 Installed via Bootable USB
Well, this solution may have a hint of complexity but can be tried to resolve the concerned downloading problem as it will provide a fresh operating system installation.
- Keep the USB flash drive connected.
- Restart your PC and press specific keys (e.g., F key, Del, Esc).
- In the Boot screen, select your USB drive with the arrow key.
- Save and boot from the USB drive.
- Set language, currency, and keyboard, then click Install Now.
- Choose ‘I don’t have any product key,’ and select Custom.
- Pick a partition and begin the installation.
We hope with these 9 ways you will be able to Fix Language pack Download Stuck in Windows 11.
Methods:
Remove the language pack and Run SFC Scan and DISM Commands
Empty Software Distribution Folder
Reset Network Components
Install pending Windows Updates
Get Language Packs Using Clean Boot
Reset Windows
Use Windows Update Troubleshooter
Remove Conflicting Drivers
Get Windows 11 Installed via Bootable USB
That’s all!!
-
Home
-
News
- How to Fix Language Pack Download Stuck on Windows 11?
By Daisy | Follow |
Last Updated
Do you experience the “language pack download stuck on Windows 11” or the “Windows 11 language’s basic typing won’t finish downloading” issue? This post from MiniTool introduces how to fix the issue.
A language pack is a set of files that add support for a specific language in Windows. The pack includes translated versions of system messages, dialog boxes, and other user interface elements, as well as support for specific keyboard layouts and font sets.
With language packs, users can switch to their preferred language without having to install a new version of the operating system. However, some users report that they meet the “language pack download stuck on Windows 11” issue.
Fix 1: Update Your Windows 11
The first thing you can do is check for Windows 11 updates. Sometimes, it can quickly solve annoying problems like this.
Tips:
Before updating your Windows 11, it’s highly recommneded to back up your previous system. If you encounter some issues or dont want to use it anymore after updating, you can restore it to the previous state. To do that, the free backup software — MiniTool ShadowMaker is worthy trying. It supports various operating systems including Windows 7, Windows 8, Windows 10, Windows 11, etc. Now, download it.
MiniTool ShadowMaker TrialClick to Download100%Clean & Safe
1. Press the Windows + I keys together to open Settings.
2. Go to Updates & Security > Windows Update> Check for updates.
3. Then Windows will search for available updates. Just follow the on-screen instructions to finish the process.
Fix 2: Delete Delivery Optimization Files
If the previous method is not working, you can try to delete the Delivery Optimization Files.
1. Press the Windows + I keys together to open Settings.
2. Go to System > Storage > Temporary Files > Delivery Optimization Files.
3. Make sure the Delivery Optimization Files option is checked.
Fix 3: Reset Network Components
To fix the “Windows 11 language pack not downloading” issue, you can also reset the network components.
1. Type Command Prompt in the Search box and choose Run as administrator.
2. Type the following command one by one and press Enter after each one.
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
Fix 4: Run SFC and DISM
Another method you can use to fix the “language pack download stuck on Windows 11” issue is the System File Checker (SFC) utility and DISM tool:
1. Type cmd in the search box on the taskbar, and then right-click the Command Prompt app and select Run as administrator.
2. Type sfc /scannow command in the elevated command prompt. This process may take you much time to scan, please wait patiently.
3. If the SFC scan doesn’t work, you can try running the command below in the elevated Command Prompt window.
- Dism /Online /Cleanup-Image /CheckHealth
- Dism /Online /Cleanup-Image /ScanHealth
- Dism /Online /Cleanup-Image /RestoreHealth
Once done, reboot your PC and check if the issue gets fixed.
Fix 5: Download Language Packs in Clean Boot
You can also perform a clean boot to fix the “language pack download stuck on Windows 11” issue. Here is how to do that:
1. Type msconfig in the Run box, and click OK.
2. Then go to the Services tab. Check the Hide All Microsoft Services box.
3. Now, click the Disable all button, and click Apply to save the change.
4. Go to the Boot tab and check the Safe boot option.
5. Then, you can try to download the language pack again.
Fix 6: Reinstall Your Other Language Packs
The last method for you is to reinstall your other language packs. Here is how to do that:
1. To do this open Settings > Time & Language > Language & Region.
2. Then go down to the languages you have installed, click the three dots, then select Remove.
3. This will uninstall the language and all you to reinstall it again.
Final Words
To fix the “language pack download stuck on Windows 11” issue, you can refer to these four methods for troubleshooting. Hope this post can be useful for you.
About The Author
Position: Columnist
Having been an editor at MiniTool since graduating college as an English major, Daisy specializes in writing about data backups, disk cloning, and file syncing as well as general computer knowledge and issues. In her free time, Daisy enjoys running and going with friends to the amusement park.
Ошибки при установке языковых пакетов в Windows 10 и 11 могут возникать из-за проблем с Windows Update, ограничений корпоративной сети или повреждения системных компонентов. Типичные коды ошибок, такие как 0x80070422, 0x8073D01, 0x800f0950, 0x800F0908 и 0x800f0954, указывают на проблемы с загрузкой или установкой пакетов. В этом руководстве мы разберем причины ошибок и предложим пошаговые решения, включая настройку групповых политик, очистку кэша, проверку целостности системы и ручную установку языковых пакетов.
Приобрести оригинальные ключи активации Windows 11 можно у нас в каталоге от 1690 ₽
Установка языковых пакетов в Windows
Для добавления нового языка в Windows 10 или 11:
1. Откройте Параметры → Время и язык → Язык и регион.
— Быстрый доступ: введите в командной строке ms-settings:regionlanguage
2. Нажмите Добавить язык, выберите нужный язык и подтвердите установку.
3. Windows загрузит языковой пакет через Windows Update.
Если установка завершается ошибкой, например, 0x8073D01 («Проблемы с установкой языка») или 0x8034500C, следуйте инструкциям ниже.
Причины ошибок установки языковых пакетов
Ошибки при установке языковых пакетов могут быть вызваны:
— Ограничениями Windows Server Update Services (WSUS) в корпоративной сети, блокирующими доступ к серверам Microsoft.
— Настройками Windows Update, включая лимитное подключение или поврежденный кэш.
— Отключением прямого доступа к Features on Demand (FoD) через интернет.
— Повреждением системных компонентов Windows.
Решение 1: Настройка прямого доступа к Windows Update
Если компьютер настроен на получение обновлений через WSUS, установка языковых пакетов может быть заблокирована. Чтобы разрешить загрузку из интернета:
1. Откройте редактор групповых политик:
— Локальный: gpedit.msc.
— Доменный: gpmc.msc.
2. Перейдите в Конфигурация компьютера → Административные шаблоны → Система.
3. Включите параметр Указать параметры для установки необязательных компонентов и восстановления компонентов.
4. Активируйте опцию Скачивать содержимое для восстановления и дополнительные компоненты непосредственно из Центра обновления Windows вместо WSUS.
5. Обновите политики:
gpupdate /force
6. Перезапустите службу Windows Update:
net stop wuauserv
net start wuauserv
После этого повторите установку языкового пакета через Параметры или PowerShell:
Install-Language -Language de-de
Решение 2: Проверка параметров реестра
Некоторые параметры реестра могут блокировать доступ к Windows Update. Проверьте и исправьте их:
1. Откройте редактор реестра (regedit).
2. Перейдите в ветку:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
3. Найдите параметр DoNotConnectToWindowsUpdateInternetLocations.
— Если значение равно 1, измените на 0.
4. В ветке HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU проверьте параметр UseWUServer.
— Установите значение 0, чтобы отключить использование WSUS.
5. Перезапустите службу Windows Update:
net stop wuauserv
net start wuauserv
Эти изменения устраняют ошибки 0x800f0950, 0x8073D01 и аналогичные.
Решение 3: Отключение лимитного подключения
Лимитное подключение может блокировать загрузку языковых пакетов. Проверьте настройки сети:
1. Откройте Параметры → Сеть и Интернет.
2. Выберите активное подключение (Wi-Fi или Ethernet).
3. Убедитесь, что опция Задать как лимитное подключение отключена.
Решение 4: Очистка кэша Windows Update
Поврежденный кэш Windows Update может вызывать ошибки. Очистите его:
1. Откройте командную строку от имени администратора.
2. Выполните команды:
net stop wuauserv
net stop bits
net stop appidsvc
net stop cryptsvc
ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
3. Повторите установку языкового пакета.
Если это не помогает, выполните полный сброс настроек Windows Update с помощью скрипта, доступного на сайте Microsoft.
Решение 5: Проверка целостности системы
Ошибки могут быть связаны с повреждением системных файлов. Проверьте их целостность:
1. Откройте командную строку от имени администратора.
2. Выполните команды:
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Эти команды восстанавливают поврежденные компоненты Windows.
Решение 6: Ручная установка языкового пакета
Если автоматическая установка невозможна, установите языковой пакет вручную:
1. Скачайте CAB-файл языкового пакета с официальных источников или доверенных сайтов.
2. Запустите утилиту lpksetup.exe:
— Нажмите Win + R, введите lpksetup и нажмите Enter.
3. Выберите Установить язык интерфейса.
4. Укажите путь к CAB-файлу и следуйте инструкциям.
Альтернативно, используйте DISM для установки:
dism /online /add-package /packagepath:"C:\path\to\language.cab"
Решение 7: Установка через Features on Demand
Для Windows 10/11 доступны Features on Demand (FoD) образы, содержащие языковые пакеты. Скачайте ISO-образ FoD с сайта Microsoft и установите пакет:
1. Подключите ISO-образ.
2. Используйте DISM для установки:
dism /online /add-capability /capabilityname:Language.Basic~~~de-DE~0.0.1.0 /source:W: /sources
Дополнительные рекомендации
— Убедитесь, что у вас достаточно свободного места на диске (не менее 1 ГБ).
— Проверьте журнал событий Windows (eventvwr.msc) для получения дополнительной информации об ошибке.
— Если вы используете PowerShell, убедитесь, что команда Install-Language выполняется с правами администратора.
— Для корпоративных сетей проконсультируйтесь с администратором, чтобы временно разрешить доступ к серверам Microsoft.
Проверка результата
После выполнения шагов:
— Проверьте, отображается ли новый язык в Настройках → Язык и регион.
— Убедитесь, что интерфейс Windows переключается на выбранный язык.
— При повторении ошибок протестируйте установку на другом компьютере, чтобы исключить проблемы с сетью или образом Windows.
Эти методы помогут устранить ошибки 0x8073D01, 0x800f0950, 0x800F0908, 0x800f0954 и обеспечат успешную установку языковых пакетов в Windows.
Having trouble adding a language pack to your Windows computer? Don’t worry, you’re not alone. Several common error codes can pop up during installation, such as 0X80070490, 0x8073D01, 0x8034500C, 2145103860, 0x800F0908, or 0x800f0954. If you cannot Install a language pack on Windows 11 or 10, this guide can help you fix the issue and get it installed successfully.
Page Contents
Method 1: Disable Metered Connection
1. Open Windows Settings with Win + I.
2. Go to “Network & internet” settings and select your connection type (Ethernet, WiFi, etc.).
3. Then, choose the network connection you’re using right now.
4. Disable the “Set as metered connection” or “Metered connection“.
Method 2: Change Group Policy
1. Press Windows + R to open the Run Command box, type “gpedit.msc”, and press Enter.
2. Navigate to “Computer Configuration” > “Administrative Templates” > “System”.
3. Find and double-click the “Specify settings for optional component installation and component repair” setting.
4. Change the setting to “Enabled” and click “Apply“, then “OK“.
5. Then, open Command Prompt as administrator and run these commands:
gpupdate /force
net stop wuauserv
net start wuauserv
Method 3: Run SFC and DISM Scans
1. Open Command Prompt as administrator.
2. In the Command Prompt, run the following command:
sfc /scannow
3. After the system file checker finished scanning, run the below command to check your Windows Image health:
Dism / Online / Cleanup-Image / RestoreHealth
Method 4: Clear Windows Update Cache
1. Open Command Prompt as Administrator.
2. In the Command Prompt window, run the following commands sequentially:
net stop wuauserv
net stop bits
net stop appidsvc
net stop cryptsvc
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
3. After running the above commands, restart your computer.
Method 5: Change Windows Update Registry
1. Open the Run dialog box, type “regedit” and hit Enter.
2. Once the Registry Editor opens, navigate to the given location:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
3. Then, open the “WindowsUpdate” key under Windows. If the key doesn’t exist, right-click the Windows key and select “New” > “Key“.
4. Rename the key to “WindowsUpdate”.
5. On the right side of the WindowsUpdate key, check if the “DoNotConnectToWindowsUpdateInternetLocations” DWORD exists. If it doesn’t, right-click an empty space and select “New” > “DWORD (32-bit) Value“.
6. Rename the value as “DoNotConnectToWindowsUpdateInternetLocations“.
7. Double-click that DWORD Value and set its value to “0″.
8. Restart your PC.
That’s it.