Skip to content
Wednesday, August 26, 2026
KAJ NEWSCYBER · PRIVACY · SECURITY
Home / Security
Security

Patch management basics: keep every device updated without thinking about it

Most breaches exploit flaws fixed months earlier — a simple patch routine of automatic updates plus a short monthly checklist closes the gap for homes and small offices.

Asha Venkataswamy, · March 19, 2026 · 4 min read
ShareXFacebookLinkedInTelegramEmail
Family laptop showing a completed software update screen at breakfast

Patch management is the practice of keeping software updated promptly and systematically — and it prevents more intrusions than any single security product. Attackers overwhelmingly exploit known, already-patched vulnerabilities; CISA's Known Exploited Vulnerabilities catalog exists precisely because the same handful of aging flaws gets reused year after year. The working home setup is deliberately boring: automatic updates everywhere they exist, a monthly fifteen-minute checklist for the rest, and a rule that anything announcing end-of-life support gets replaced.

Why is patching still the top defense?

Because it removes the vulnerability instead of detecting the attack on it. Intrusion chains lean on components that were fixable before the intrusion: an unpatched VPN appliance, last year's router firmware, an operating system that stopped receiving updates in 2020. Security firms' incident reporting and CISA's binding directives keep converging on the same conclusion — delays of weeks to months between patch release and installation are where intrusions live. The patches themselves are also the most-tested software most vendors ship; the fear that updates break things more often than they help is a decade out of date for major platforms.

Turn on automatic updates first

Go down this list once and never think about it again:

What still needs the monthly checklist?

Fifteen minutes, first Saturday of the month, coffee in hand:

  1. Phones and tablets: Settings > Software Update — verify the version is current even with auto-updates on, since major version jumps often wait for approval.
  2. Computers: check for pending updates and restart anything nagging. A pending-update restart is the most common reason "automatic" updates fail silently.
  3. Router, modem, NAS, and printer: log into each admin page and check firmware. Every few months this shifts to "verify automatic updates are still on."
  4. Smart-home hubs and cameras: open their apps and run device firmware updates — these are the least-auto devices in the house and among the most attacked.
  5. Anything you no longer use: uninstall it. Dead software is unpatched software with your name on it.

How should a small business do this?

The same routine plus an inventory and an order of operations. Keep a one-page list of every device and its update owner. Patch in a fixed sequence — internet-facing systems first (firewall, VPN, email, remote access), then servers, then workstations — because exposed systems are where attacks enter. Windows shops can enforce this with WSUS or Intune; Mac shops with MDM; a ten-person office can honestly survive on the inventory sheet plus scheduled auto-updates. The CISA performance goal most worth copying: remediate critical internet-facing vulnerabilities within days, everything KEV-listed on the catalog's deadline, and everything else within two weeks.

When should you wait before patching?

Rarely, and briefly. Enterprises with fragile line-of-business systems may stage updates for a week of testing; homes and small offices almost never need to, and the exposure of waiting exceeds the risk of a rare bad patch. Two rules keep this honest: never delay patches for internet-facing devices, and never delay the update that CISA's KEV catalog flags as actively exploited — those two categories account for nearly all the damage. If an update genuinely breaks something, roll it back and report it to the vendor; that is a recoverable annoyance, not an argument against the habit.

What about end-of-life software?

This is the hard rule: when a vendor stops shipping security updates, the countdown starts. Windows versions past their end date, an old Android phone with no updates, a router retired by its maker — none of these can be patched into safety, and no add-on product fully substitutes. Isolate them on a guest network, keep nothing sensitive on them, and plan replacement. The cheapest security decision most households make is retiring the last unsupported device before it becomes the story of how the printer let someone in.

Frequently Asked Questions

Are automatic updates safe to leave on?
Yes — for operating systems, browsers, phones, and security software, automatic updates are the recommended default. The major platforms stage and test these releases extensively, and the risk of an unpatched known vulnerability vastly exceeds the risk of a rare problematic update.
How quickly should patches be applied?
Internet-facing systems within days, anything on CISA's Known Exploited Vulnerabilities catalog immediately, everything else within about two weeks. Those tiers match federal performance goals and reflect how attackers actually select targets.
What do I do with software that no longer gets updates?
Replace it, or isolate it. End-of-life software cannot be patched into safety. Keep it off your main network, store nothing sensitive on it, and treat retirement as a scheduled task rather than a someday plan.
Can antivirus compensate for missing patches?
Not reliably. Antivirus detects known malicious behavior, but the most damaging intrusions enter through flaws before any signature exists. Patching removes the door; detection only watches who walks through it — you want both, with patching first.