Cant Install Chinese Language Handwriting/Basic Typing

Marco Ho 20 Reputation points
2026-07-18T04:49:36.27+00:00

Since upgrading to Win11 Home, i cant install the chinese language handwriting/basic typing.

Tried the following and still the same:

  1. Changing default app storage settings (already set to C:).
  2. Disabling WSUS/forcing public internet locations via Registry (RepairContentServerSource and UseWUServer).
  3. Clearing the SoftwareDistribution and catroot2 caches.
  4. Forcing the install via Admin PowerShell (Add-WindowsCapability)
  5. Bypassing the router entirely and plugging directly into the fibre modem.
  6. Manually downloading the .cab package and force-installing via DISM offline (still throws 0x800f0950).
  7. Forcing the language profile directly into the user profile via Set-WinUserLanguageList.
  8. Running a full In-Place Upgrade using an official Windows 11 US English ISO.

keep throwing this 0x800f0950 error.

Windows for home | Windows 11 | Input and language
0 comments No comments

Answer accepted by question author
Ramesh Srinivasan 87,860 Reputation points Independent Advisor
2026-07-18T05:27:26.3533333+00:00

Hi Marco,

Please use the Language and FOD ISO to install zh-CN LP offline.

Download 26100.1.240331-1435.ge_release_amd64fre_CLIENT_LOF_PACKAGES_OEM.iso

Mount the ISO. Suppose the ISO's drive letter is F:. Run the following commands from Command Prompt admin.

Dism /online /Add-Package /PackagePath:"F:\LanguagesAndOptionalFeatures\Microsoft-Windows-Client-Language-Pack_x64_zh-cn.cab"
Dism /online /Add-Package /PackagePath:"F:\LanguagesAndOptionalFeatures\Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~.cab"
Dism /online /add-capability /capabilityname:"Language.Basic~~~zh-CN~0.0.1.0" /source:F:\LanguagesAndOptionalFeatures
Dism /online /add-capability /capabilityname:"Language.Handwriting~~~zh-CN~0.0.1.0" /source:F:\LanguagesAndOptionalFeatures
Dism /online /add-capability /capabilityname:"Language.OCR~~~zh-CN~0.0.1.0" /source:F:\LanguagesAndOptionalFeatures
Dism /online /add-capability /capabilityname:"Language.Speech~~~zh-CN~0.0.1.0" /source:F:\LanguagesAndOptionalFeatures
Dism /online /add-capability /capabilityname:"Language.TextToSpeech~~~zh-CN~0.0.1.0" /source:F:\LanguagesAndOptionalFeatures

See also:

How to Install Chinese (Simplified, China) Language Offline

Could you please help to provide Windows 11 Chinese (Simplified, China) offline language installation package? - Microsoft Q&A


Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to provide accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUPs (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Newest
  1. Marco Ho 20 Reputation points
    2026-07-18T11:05:46.8833333+00:00

    Thanks alot Ramesh. It works (even tho in the setting the basic handwriting still show the download option (1mb)) but at least i can type now.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.