Guide

If WPS will not open, stop clicking the icon and make it talk.

“Not opening” is several bugs wearing one complaint. Capture the real error, match a branch, then reinstall last — from the official channel you already use.

Quiet desk used while diagnosing software problems

Rule zero

Work on the same channel you installed: website EXE, Microsoft Store, Deb, Snap, Play Store, or App Store. Mixing them creates leftover launchers that still fail after you “fixed” the other copy.

Windows

  1. Update graphics drivers and Windows itself.
  2. Run WPS as a normal user. If it only starts “as administrator,” you have a permission problem, not a superpower.
  3. Temporarily exclude the install folder from Defender Controlled Folder Access as a test.
  4. Rename %appdata%\Kingsoft after copying it aside.
  5. Open Event Viewer → Windows Logs → Application around the crash time.
  6. Only then uninstall, reboot, and install from wps.com/download or Store listing 9NSGM705MQWC.

Ubuntu / Linux

Kingsoft’s own Ubuntu article is the right shape of advice. In a graphical session:

command -v wps
wps --nofork

Read the terminal. Then branch:

  • Icon flashes: try wps -style gtk+. If that sticks, copy the desktop file to ~/.local/share/applications/ and adjust Exec.
  • Missing .so / xcb: install the named libraries (often libx11-xcb1, libxcb-cursor0, libxkbcommon-x11-0 on Ubuntu 22.04+). Do not downgrade libstdc++6.
  • Only root works: fix permissions; never keep using sudo. Check ldd on the office6 binary for “not found.”
  • USB files fail: Snap confinement — sudo snap connect wps-office:removable-media or switch to Deb.
  • Half-installed Deb: sudo dpkg --configure -a and sudo apt --fix-broken install before delete-and-retry.

Reinstall with the current official file:

sudo apt install ./wps-office_VERSION_amd64.deb

Slow first launch while fonts substitute is not a crash. Font dialogs are a different guide.

Android

Help Center: upgrade past 16.7 from Play Store. If you are already current, send region, recording, user id, and version (Me → Settings → About) to Kingsoft support.

What not to do

  • Do not install “WPS crack” or patched EXEs. That is how you get a second problem.
  • Do not add random PPAs to “fix” Linux.
  • Do not loop reinstalls for a slow-but-successful start.

Continue: Linux fonts · Linux install · Windows install

After it finally opens

Set DOCX/XLSX/PPTX as defaults. Turn on auto backup. Open one known-good file of each type. If only one document still crashes, copy it and try Open and Repair — the app is fine. Triage hub · clean uninstall if you are starting over.