Symptoms that point to storage
Before assuming the SSD or hard drive is failing, recognise the telltale patterns that point at a capacity or sync problem rather than a hardware fault. The following symptoms repeat across Vancouver and Burnaby offices we support:
- Outlook or Microsoft 365 apps stall when attachments index, especially after a large PST or OST file has grown past 50 GB.
- macOS warns about storage. Time Machine or APFS local snapshots quietly consume tens of gigabytes that disk-usage tools fail to surface.
- Windows Update fails repeatedly with error 0x80070070 (out of space) or 0x80246007 (no room for staging) for lack of free capacity on the system drive.
- OneDrive or SharePoint shows endless sync errors because the local cache fills, or the user has unintentionally enabled Files On-Demand without the policy to back it up.
- Boot times stretch past 90 seconds and Task Manager shows the C: drive at 100 percent utilisation for minutes after login.
- Saving a Word document or attaching a PDF to email takes 10 to 30 seconds for files smaller than 5 MB.
- Anti-malware scans abort partway through with disk write errors logged in the Event Viewer.
Triage on Windows: the disciplined order of operations
On a Windows 10 or Windows 11 business workstation, work top down from cheapest investigation to most invasive cleanup. Do not skip steps. Each step should be measured: capture the free-space number before and after so the impact is documented in your ticket.
- Disk Cleanup with system files. Run cleanmgr.exe as administrator and include “Windows Update Cleanup”, “Previous Windows installations”, and “Delivery Optimization Files”. On systems that have skipped a feature update or two, this alone often recovers 5 to 20 GB.
- Storage Sense audit. Settings, System, Storage. Confirm Storage Sense is enabled with a cadence that fits the business: weekly clears the Recycle Bin and Downloads folder, monthly handles temp files. Disable it on shared workstations where users may rely on the Downloads folder as a working space.
- Hibernation file. A 16 GB system has a hiberfil.sys of about 10 GB by default. On a desktop that never hibernates, an administrator can run powercfg /h off to reclaim that space.
- Page file relocation. If a secondary drive has capacity, moving pagefile.sys can free 8 to 32 GB on the system drive without affecting reliability. Document the change in the configuration management record.
- Tree-by-tree mapping. Use WizTree or TreeSize Free under administrator credentials to identify the largest folders. Common offenders: stale virtual machine .vhdx files, Adobe Creative Cloud caches, Docker images, Node.js node_modules directories, Sketchup model versions, and old Zoom recording archives.
- OneDrive cache. %localappdata%\Microsoft\OneDrive holds a cache that sometimes grows to several gigabytes after sync errors. Resetting OneDrive (onedrive.exe /reset) clears it and forces a clean re-sync.
Triage on macOS: APFS quirks to know
Apple Silicon and Intel Macs both use APFS, which presents storage differently than Windows. The visible “Available” number includes purgeable space that may or may not free up on demand. To get a true picture:
- Check for stuck Time Machine local snapshots. Run
tmutil listlocalsnapshots /in Terminal. Each snapshot can hold 5 to 30 GB. Delete withtmutil deletelocalsnapshotsfollowed by the snapshot date. Local snapshots are an automatic safety net but become noise on a working laptop. - Audit iCloud Drive optimisation. System Settings, Apple ID, iCloud, iCloud Drive. “Optimize Mac Storage” should be on for executive laptops with smaller SSDs and off for content-creation workstations where every file needs to be local for editing performance.
- Inspect the Mail download folder. ~/Library/Mail/V10 can balloon past 100 GB on Mail.app accounts that have been used for several years with full message bodies cached locally. Re-build the mailbox or switch to web-only Outlook for archive accounts.
- Run DaisyDisk or GrandPerspective. Both visualise disk usage at a glance and surface caches that Finder hides. Use under admin credentials so the system folders are included.
- Photos library. If iCloud Photos is set to “Download Originals to this Mac” on a small SSD, change it to “Optimize Mac Storage” and let the system thin the library overnight.
SSD health: when cleanup will not save you
A drive that is 90 percent full and writing slowly is a different problem than a drive that is healthy at 60 percent full but slow. Capture the underlying numbers:
- Windows:
Get-PhysicalDisk | Get-StorageReliabilityCounterin PowerShell shows wear, temperature, and read or write errors. CrystalDiskInfo gives the same SMART data with a friendlier interface. - macOS: System Information, Storage, then the right pane shows TRIM status and SMART status. For deeper telemetry, smartmontools (smartctl -a /dev/disk0) gives wear levelling and percentage used.
- Decision rule of thumb: if SMART reports more than 80 percent wear or any reallocated sectors, replace the drive on a planned schedule rather than waiting for failure. Pulling a dead drive is more expensive than replacing a healthy one because data recovery costs include downtime, not just media.
Safe first steps in regulated environments
If you handle protected health information, payment card data, or legal records, do not start deleting files until you understand the retention policy. A practical sequence for regulated offices:
- Identify the largest consumers using built-in storage tools or approved admin utilities, and document the discovery in the ticket.
- Archive old projects to labeled SharePoint libraries or cloud storage with retention labels applied. Avoid USB sticks for client data: most regulators consider unencrypted removable media a reportable incident waiting to happen.
- Clear browser caches and installer leftovers only through supported scripts so you do not break user profiles or signed-in sessions for Multi-Factor Authentication tokens.
- Review email retention: PST files on the desktop should be a last resort. The supported pattern in 2026 is online archive mailboxes, retention labels, and conditional access enforcement so the data does not need to live on the endpoint at all.
- For workstations that participate in compliance (PCI DSS, PIPEDA, HIPAA, SOC 2), every cleanup action should be logged and the resulting free space recorded so the change history is auditable.
When cleanup is not enough: the upgrade decision matrix
After triage, the practical question is whether to spend more time on cleanup, upgrade components in place, or replace the device. Apply this matrix to the asset:
- Replace if the device is past vendor security support (no more BIOS or firmware updates), the CPU is older than four generations, RAM is soldered and below 16 GB, or the battery on a laptop has degraded past 70 percent of design capacity.
- Upgrade if the chassis is sound, the CPU is recent, but the SSD is small or the RAM is undersized for the workload. Many compatible business laptops accept a swap from a 256 GB to a 1 TB NVMe and a RAM doubling for a fraction of new-device cost, and that extends usable life by two to three years.
- Reformat and re-image if the hardware is fine but the operating system has accumulated years of installation residue, broken Microsoft 365 sign-in tokens, and unsupported registry keys. A clean re-image with Autopilot or Apple Business Manager often gives a faster machine than any cleanup tool.
- Defer if the user is leaving the role within 90 days or the device is part of an upcoming refresh wave. Spending hours on cleanup for a device about to be replaced is wasted labour.
Policy layer: prevention beats triage
The teams that rarely fight storage fires have written policies that prevent the fires in the first place. The pattern repeats:
- Standardise minimum specifications for new purchases. In 2026, a business workstation under 16 GB RAM and 512 GB SSD is borrowing trouble. Document the standard and stick to it across departments.
- Set realistic mailbox and SharePoint quotas with monitoring so users get a warning two weeks before they hit the limit. Surprises become tickets.
- Schedule lifecycle reviews in your quarterly technology roadmap session. Tag each device with its purchase date, warranty end, and planned replacement quarter. When the quarter arrives, the budget request is already framed.
- Document procurement and offboarding as runbooks. Storage surprises shrink when the team knows the steps and timelines for ordering, imaging, deploying, and reclaiming devices.
- Train users on cloud-first habits. The single biggest behavioural fix is teaching staff that the Desktop and Documents folders should sync to OneDrive, not live only on the local SSD. Once that habit is in place, swapping hardware becomes a 30-minute task rather than a half-day rebuild.
Frequently asked questions
How much free space should a business workstation keep available? A general rule is at least 15 to 20 percent of the system drive. SSDs lose write performance significantly past 90 percent full because the controller has less room to manage wear. For workstations running virtualisation or video editing, keep 30 percent free.
Will switching to OneDrive Files On-Demand really save space? Yes, with a caveat. Files On-Demand lets the user see files in Explorer without downloading them. Frequently-opened files are still cached locally. For a typical office worker with 200 GB of OneDrive content, Files On-Demand commonly reduces local usage to 20 to 40 GB. The caveat is that offline access requires the file to be marked “Always keep on this device”, which sales staff travelling without reliable connectivity need to set deliberately.
Can I move OneDrive to a different drive after setup? Yes. Unlink the account, set the new location through the OneDrive settings panel, and re-sign in. Files re-download to the new location. Plan for this when you order a workstation with a small primary SSD and a larger data drive.
What is the difference between clearing space and re-imaging? Clearing space removes specific files: temp data, browser caches, old installers. Re-imaging wipes the operating system and starts fresh from a known good template. Re-imaging takes longer but produces a faster, cleaner machine than any amount of cleanup can deliver on a workstation that has accumulated years of installation residue.
Should we encrypt the drive before disposal? Encryption should already be on (BitLocker on Windows, FileVault on macOS) for any business workstation. At disposal, follow your data destruction policy: secure-erase the drive, document the serial number, and obtain a certificate of destruction if the device leaves your custody for recycling. For regulated industries, the certificate is the audit evidence.
Is a larger SSD always faster? Not always. A 2 TB SATA SSD is slower than a 256 GB NVMe drive. When upgrading, match the bus type as well as the capacity. NVMe Gen 3 is the modern minimum for business workstations; Gen 4 is faster but only meaningfully so for content creation, build servers, and large dataset work.
How often should we replace business workstations? Most BC offices we work with run a four to five year replacement cycle, with security-sensitive roles on a shorter cycle. Past five years, the security update cadence from Microsoft and Apple slows or stops, the battery on laptops has typically degraded past usable, and the total cost of ownership (downtime, repair, lost productivity) exceeds the price of a replacement.
Need a storage and lifecycle audit?
We inventory devices, flag risky free space levels, and recommend timing for replacements so you can budget with confidence. Request a quote to include lifecycle planning in your managed agreement.
Get a Quote How onboarding works