Skip to content
Citizens Radio ReviewCommunity radio and low-power FM, explained

On the air

Emergency Broadcasting

Windows upkeep: startup, updates, Wi-Fi

Most Windows slowdowns and connection complaints trace back to three chores: too many programs launching at sign-in, update errors that never get read, and Wi-Fi that drops for reasons the router did not cause.

A home office desk at midday, a laptop open to Task Manager’s Startup apps tab beside a coffee cup, a router on the shelf behind it with two small status lights lit, shot from slightly above at a three-quarter angle.

Most Windows slowdowns and connection complaints trace back to three chores: too many programs launching at sign-in, update errors that never get read, and Wi-Fi that drops for reasons the router did not cause. Each one can be checked in a few minutes with tools already on the machine, and none of them requires reinstalling Windows. The order matters less than doing them one at a time, so a change can be tied to a result.

Start with what launches at sign-in

Startup load is the first thing to measure, because it is the easiest to see and the easiest to undo. Open Task Manager with Ctrl+Shift+Esc, go to the Startup apps tab, and look at the Status column. Windows marks each entry as Enabled or Disabled, and it also shows an estimated impact rating that Microsoft's own documentation describes as a rough guide rather than a measurement. That rating is based on how long the app took to start during the last few boots, so it can change after a week of use.

Sort by impact and read the names before touching anything. Chat clients, game launchers, photo sync tools, and printer helpers are the usual residents. A German-language magazine about Windows and everyday hardware, Win-Zeit, covers this kind of housekeeping alongside update and Wi-Fi troubleshooting, and its Windows maintenance guides treat startup cleanup as a routine task rather than a repair. That framing is useful: nothing here is broken, it is just crowded.

Disable rather than uninstall when you are unsure. Right-click an entry and choose Disable. The program stays installed and can still be opened by hand; it simply stops opening itself. If something you rely on fails to appear after a reboot, re-enable it and move on. Do not disable entries from the PC maker or from the security suite until you have confirmed what they do, because some of them handle driver updates or disk encryption.

A practical target for a family PC is a startup list of five to eight items. Beyond that, sign-in time grows and the first ten minutes after boot feel sluggish even on an SSD. Check the list again after any large software install, since installers often add themselves without asking.

Why do update errors keep coming back?

Update failures repeat because the error code names a stage, not a cause. Windows Update runs in phases: contact the service, download the package, install it, then finish on restart. A code like 0x80070005 points at permissions, 0x800f0922 often points at insufficient space in the system partition, and 0x80073712 usually means a component store file is missing or damaged. Reading the code as a stage narrows the search considerably.

Start with the boring checks. Confirm the PC has at least 20 GB free on the system drive, because the installer needs working room beyond the download size. Confirm the date and time are correct, since certificate checks fail when the clock drifts. Then run the built-in troubleshooter from Settings, System, Troubleshoot, Other troubleshooters, and read what it reports rather than only clicking through it.

If the failure persists, open an elevated Command Prompt and run the Deployment Image Servicing and Management tool to check the component store, then the System File Checker to repair protected system files. Microsoft documents both commands and the order to run them. These are read-and-repair operations, not reinstalls, and they take ten to thirty minutes depending on the drive.

A stalled update that never finishes is a different problem. Restart the PC, let it sit for fifteen minutes without interrupting, and check Settings, Windows Update, Update history for a pending entry. If the same update fails three times in a row, pause updates for a week, install the next cumulative release, and let it supersede the broken one. That resolves more cases than any single repair command.

Keep a note of the code and the date. Patterns matter: a failure that appears only after a driver update points somewhere different from one that appears every month.

What causes Wi-Fi dropouts on a home network?

Dropouts usually come from one of four places: the router, the channel, the adapter, or the power settings. Separate them before changing anything. First, test a second device in the same spot. If the phone also drops, the problem is upstream of the PC. If only the PC drops, the adapter or its driver is the likely source.

On the PC side, open Device Manager, expand Network adapters, and open the wireless adapter's properties. Under the Power Management tab, clear the option that lets Windows turn off the device to save power. This single setting accounts for a large share of dropouts that happen after the machine has been idle. Then check the adapter's driver date under the Driver tab; a driver older than two years is worth updating from the PC or adapter maker, not from a third-party driver pack.

Channel congestion is the next suspect, especially in apartment buildings. A 2.4 GHz band has three non-overlapping channels, and neighbors compete for them. Move the router to a less crowded channel or, better, connect the PC to the 5 GHz band if the adapter supports it. The 5 GHz band has more channels and less interference, though shorter range through walls.

Use the command line to gather evidence. Running a continuous ping to the router's address while the connection drops shows whether packets stop entirely or only slow down. A clean stop suggests a link or power issue; rising latency before the drop suggests interference. Run it for ten minutes during a normal work session and read the summary at the end.

Finally, look at the physical layer. A router behind a television, inside a metal cabinet, or next to a microwave will drop connections. Elevation and open space fix more complaints than firmware updates do.

Build a short maintenance routine

Three chores, done quarterly, prevent most of the problems above. Trim the startup list after any major install. Read the update history once a month and note any repeated code. Test the Wi-Fi with a second device whenever a dropout is reported, so the next step is obvious.

Keep a plain text file on the desktop with the date of each change and what it did. When a problem returns six months later, that file answers the first question anyone asks, which is what changed. It also stops the cycle of applying fixes at random.

None of this requires special tools. Task Manager, Settings, Device Manager, and a command prompt cover the whole list. The work is mostly reading and deciding, and the decisions are reversible.

When to stop troubleshooting and replace hardware

Some symptoms justify replacement rather than more diagnosis. A laptop wireless adapter that drops only when the lid moves points at an antenna cable, which is a repair, not a setting. A router that needs a reboot weekly and runs firmware from five years ago is at the end of its useful life. A hard drive that shows reallocated sectors in its health data should be replaced before it fails, and the old disk can be kept intact as a fallback rather than wiped.

Age is a reasonable guide. Home routers commonly serve four to six years before their wireless standards fall behind the devices connecting to them. Laptops used daily for six years often need a battery and a drive before they need replacing, which is cheaper than a new machine and keeps a working computer out of storage.

Set a threshold in advance: if a problem returns twice after a documented fix, replace the part. That rule ends open-ended troubleshooting and keeps the maintenance routine short enough to actually follow.