Skip to main content
← Blog·7 min read·July 27, 2026·A+ Core 1 · Obj 3.7, 3.8, 5.6

CompTIA A+ printer troubleshooting: laser and inkjet, symptom by symptom

CompTIA A+ printer troubleshooting on Core 1 spans objectives 3.7 and 3.8 (printer and multifunction-device types and configuration) plus objective 5.6 (printer issue resolution). This post narrows to the two families that fill my ticket queue, laser and inkjet. Thermal and impact printers are on the blueprint too, and they are covered elsewhere in the A+ track rather than crammed in here. New techs see "printers" on the objective list and assume it is an easy chapter to skim. In my time running a service center, printer tickets are the ones I see come back.

Nicholas Miller
IT Service Center Manager, former CTE teacher, founder of Revtek

Why do printer tickets keep coming back

A printer is a mechanical machine, a network device, a queue on every workstation, a driver stack, and a consumable supply chain, all in one asset. Anything in that chain can fail, and more than one link can be broken at the same time. That is what makes a printer ticket feel different from a laptop ticket.

Inside one ticket you might troubleshoot the network drop to the printer, the spooler service on the laptop, a low-toner sensor on the printer itself, and a worn feed roller. Each one alone is straightforward. Together they look like a haunted machine. The skill being tested, on the exam and at the desk, is isolating them one at a time.

What are the laser printer failure modes

Laser printing is usually taught as a seven-step imaging process. Be careful with that list: it was on the retired 220-1101 blueprint and CompTIA dropped it from 220-1201, so treat it as useful background rather than something you are expected to recite. What still earns points, and still fixes printers, is knowing where along the paper path a symptom appears. The failures I replace most are toner, fuser, drum, and rollers.

  • Vertical streaks down every page. Toner deposit on the drum or a damaged drum surface. Replace the toner cartridge if the drum lives inside it, otherwise replace the drum unit.
  • Faded prints or light areas. Low toner first. If toner is full, suspect the transfer roller or the high-voltage power supply.
  • Toner smudges that wipe off. Fuser failure. The fuser uses heat and pressure to bond toner to paper. If the toner sits loose, the fuser did not fuse.
  • Paper jams in the same spot repeatedly. Worn pickup or separation rollers. Replace the maintenance kit.
  • Ghost images on every page. Drum did not fully discharge. Drum or transfer corona issue.

A common exam-style scenario hands you printed pages with toner that smudges when touched. Walk the paper path instead of guessing: toner that never bonded to the sheet points at the part whose job is bonding it. Match the symptom to the part and the scenario shrinks to one line.

What about inkjet

Inkjet failure modes are different because the technology is different. Liquid ink, piezo or thermal nozzles, no fuser, no drum. The common failures are nozzle clogs, dried cartridges, and head alignment drift.

  • Missing color bands or streaks. Clogged print head nozzles. Run the cleaning cycle from the printer menu. Two or three cycles if needed.
  • Light or absent output despite full cartridges. Cartridge vent dried out or air bubble in the line. Cycle the cartridge or replace.
  • Misaligned text or fuzzy edges. Print head alignment off. Run the alignment routine from the printer's maintenance menu.
  • No print at all from a fresh cartridge. The protective seal tape was left on, or the cartridge was not seated. Inspect and reseat.

Inkjet troubleshooting leans on consumable handling and the cleaning routine more than on deep mechanical failure. The mechanical complexity sits on the laser side.

How do you actually fix the print spooler

The Windows print spooler is the service that queues print jobs and hands them to the printer. When it locks up, the user sees a job sitting in the queue, the printer shows ready, and nothing happens. The fix is to restart the spooler service and clear the queue.

From an elevated command prompt on the user's workstation:

net stop spooler
del /Q /F %systemroot%\System32\spool\PRINTERS\*
net start spooler

That sequence stops the spooler, deletes the stuck jobs in the queue, and restarts the service. The GUI version is services.msc, find Print Spooler, Restart, then clear the queue. Either way, the user retries the print and the job usually goes through.

A common exam-style scenario gives you a queued job that will not complete while the printer itself reports ready. Restarting the spooler is the cheap first move there, ahead of rebooting the workstation or reinstalling the driver, because it costs seconds and rules out the queue.

Why paper jams are mechanical, not magical

Paper jams have causes. Worn rollers, paper out of spec for the tray, humidity, a torn page caught downstream from a prior jam. The fix is rarely "reboot the printer." The fix is to identify which roller or sensor is flagging, replace the consumable if it is worn, and adjust the paper or the humidity if the environment is the cause.

Multifunction printers like the law office MFP also do duplex (two-sided) prints by routing the sheet back through a second path. That extra travel is why duplex jams are usually a paper problem before they are a mechanical one. Xerox and Brother both put paper condition and media support ahead of the duplex unit itself: stock too heavy or too light for two-sided printing, curled or damp paper, media the model does not support in duplex, tray guides and paper-size settings that do not match what is loaded, and worn pickup rollers. Check those in that order before you decide the flip mechanism is at fault.

On cleaning, follow the vendor rather than a habit. Brother's laser maintenance guidance for paper feed rollers is a soft lint-free cloth dampened with lukewarm water, then wipe the rollers dry, not isopropyl alcohol. Pull up the maintenance documentation for the specific model before you put any liquid on a roller. The wrong solvent can glaze or swell the rubber, and then you have turned a jam into a parts order.

What this looks like in our platform

Our Study Mode decks for the Core 1 printer objectives match symptoms to failed parts. The Help Desk Simulator has multiple printer tickets, including a stuck print spooler at a small office, a faded laser print at a busy mailroom, and a network-attached MFP that prints from one workstation but not another. Each ticket grades you on whether you isolated the right part before swapping consumables.

If you are tracking toward the A+, the A+ track page lays out the full Core 1 objective map. Printer content shows up across three objectives and combines hardware with troubleshooting in a way that catches candidates who skip the chapter.

Where to go next

Laser and inkjet are the two families this post covers. Thermal and impact printers are on the blueprint too, and they get their own treatment in the track rather than a paragraph here. The six-step CompTIA troubleshooting methodology applies to all of them the same way it applies to laptops and networking. Identify the problem. Form a theory. Test it. Plan the action and implement it. Verify the whole workflow. Document. The match-symptom-to-part shortcut sits inside steps 2 and 3. Get those two right and printer tickets go from haunted machines to predictable repairs.

Sources

  1. CompTIA. CompTIA A+ certification overview. Exam codes 220-1201 (Core 1) and 220-1202 (Core 2). Printer and multifunction-device content lives across objectives 3.7, 3.8, and 5.6. The seven-step laser imaging list was on the retired 220-1101 blueprint and is not in 220-1201.
  2. HP. HP printer support documentation. Manufacturer guidance on laser imaging, fuser behavior, and consumable replacement.
  3. Brother. Brother product support and maintenance guides. Source for the lukewarm-water roller cleaning procedure. Look up the maintenance page for your specific model before cleaning anything.
  4. Xerox. Xerox product support. Source for duplex jam causes, supported media, and paper-handling guidance.

About the authors

Nicholas Miller
Founder and Lead Author

IT Service Center Manager and former CTE / IT teacher. Owner of Revtek IT Solutions. Writes everything that ships under his name and reviews every line of Revy-assisted drafting before publish.

LinkedIn ↗
R
Revy
Study buddy · AI co-author

Revy helps draft and structure these posts. Every piece is reviewed, edited, and fact-checked by Nick before publish. We disclose this here because it is the right thing to do. See the AI Policy for the full stance.

Who writes this, and who checks it

Nicholas Miller
IT Service Center Manager · former high school CTE and IT teacher · founder of Revtek IT Solutions

Nick writes and edits these posts. AI helps with research, outlines, and first drafts. Nick reviews the draft before it goes live, and he is the only reviewer, so this is one person checking his own work. That catches a lot and it misses some.

When a post turns out to be wrong, the fix and the date it happened go on the corrections log, in public, including the ones nobody outside noticed. We do not use confidential, recalled, or leaked exam content. These posts are written from CompTIA's published objectives and authoritative technical sources. The AI policy has the longer version.

LinkedIn ↗