Windows 11 language's basic typing won't finish downloading

Anonymous
2022-12-10T10:19:56+00:00

There is a known issue that if you type Chinese characters in an English system environment, the word-searching bar would disappear while typing multiple Chinese characters in a row. This issue was never fixed and was very annoying. Today I tried to uninstall the Chinese language pack and wanted to do a reinstall, the language pack was downloaded just fine, but the basic typing was just stuck at the downloading phase and never goes to completion. I've been waited for more than 24 hours already.

Windows for home | Windows 11 | Input and language

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2023-06-30T04:39:22+00:00

Hey guys,

New here but was plagued by the exact same issue (Windows 11 ASUS ROG laptop) and managed to solve it with one of the mentioned solutions. Here is a TLDR and its working perfectly now for all languages for me.

Methods that did not work:
DISM fixes, restarts, regedits, ESD/CAB installations

Method that worked:1. Remove all language packs installed in Optional Features

2. Remove all secondary languages under Time and Language (Just leave the main one)

3. Run an In-Place Windows 11 upgrade (link provided below on how, might take quite a while involving multiple auto restarts. apps and files are not affected at all, read info in link)

4. Reinstall secondary languages, they should still take quite a long while but a tad under 45 minutes for me

https://answers.microsoft.com/en-us/windows/forum/all/how-to-run-in-place-upgrade-in-windows-11/4d469147-2747-4dcb-88a4-aae9273a4500

Hope it helps for those who are still stuck!

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

91 additional answers

Sort by: Newest
  1. Anonymous
    2024-03-09T07:01:42+00:00

    Dear Yuan X, your advice is really helpful! I just bought my laptop in Mar 2024 and don't believe it has the same problem of downloading Chinese language pack. Fortunately, I find the solution here. Just to add, after your process there is one more step which is to go Start -- Settings -- Time and Language -- Language and Region, select Chinese (Simplified, Chinese), open the language options, click Microsoft Pinyin keyboard option -- General, pull down to the bottom, turn Compatibility on, if you are on, please turn it off. It took me a while to figure out the bold portion, which is a critical last step.

    Thank you very much!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-01-31T22:37:18+00:00

    Thank you so much!! The only workaround that works for me.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-01-21T05:14:53+00:00

    What I did to solve the problem:

    I did an in-place windows 11 upgrade (reinstall win 11 but retaining all my files and apps. Took about 30mins) before proceeding to the below steps (I did not manage to get the below steps to work without the in-place windows upgrade). Make sure you download the iso that has the same language as your system or else you can't retain all your apps! - see link https://answers.microsoft.com/en-us/windows/forum/all/how-to-run-in-place-upgrade-in-windows-11/4d469147-2747-4dcb-88a4-aae9273a4500

    1. download "Windows 11, version 22H2 and 23H2 Language and Optional Features ISO" from https://learn.microsoft.com/en-us/azure/virtual-desktop/windows-11-language-packs
    2. Mount the iso downloaded and Extract "Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~" (if updated the file name might change, but look for "Microsoft-Windows-LanguageFeatures-Basic-zh-cn" will get you the correct item)

    Place it anywhere you desire (I placed it under "C:\Temp")

    Note: "zh-cn" for simplified Chinese. "en-us" for US English. Look for the relevant language you desire.

    1. search for cmd.exe in start and right click, run as administrator.
    2. paste without the quotes: "dism /Online /Add-Package /PackagePath:C:\Temp\Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab" and press Enter

    Note:

    • Change the path "C:\Temp" to whichever location you place the extracted file
    • Update this file name according to the name from step 2: "Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab""
    1. Took >10mins for mine to install.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-01-20T09:40:09+00:00

    Thanks. But for me on Windows 11 Version 23H2, the correct command line to enter into cmd (admin mode) is:

    dism /Online /Add-Package /PackagePath:%filepath%Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab

    Needed the "/Online "

    Thanks for sharing the solution!!

    Was this answer helpful?

    0 comments No comments