CompTIA A+ Study GuideCompTIA A+ 220-1101/1102

CompTIA A+ Printer Troubleshooting Questions

Printer troubleshooting appears on both A+ Core 1 and Core 2. Here is how to diagnose print quality problems, paper jams, and connectivity failures using the symptoms the exam describes.

10 min read
14 sections
Courseiva Study Hub

Quick answer

Printer troubleshooting appears on both A+ Core 1 and Core 2. Here is how to diagnose print quality problems, paper jams, and connectivity failures using the symptoms the exam describes.

Printer troubleshooting questions appear on the CompTIA A+ exam and follow a predictable pattern — you are given a symptom and asked to identify the most likely cause or the correct repair step. The key is knowing the laser printer imaging process and which component fails to produce which symptom.

The Laser Printer Imaging Process

Laser printers work in six steps. Each step has a specific component, and failures at each step produce characteristic symptoms:

  1. Processing — The printer's formatter board converts the print job into a bitmap
  2. Charging — The primary corona wire (or charge roller) applies a uniform negative charge to the drum
  3. Exposing — The laser writes the image onto the drum by removing the charge in specific areas
  4. Developing — Toner particles are attracted to the discharged (image) areas of the drum
  5. Transferring — The transfer corona wire/roller transfers toner from the drum to the paper
  6. Fusing — The fuser assembly (heat roller + pressure roller) melts the toner onto the paper

Symptom: Ghost Image / Faint Double Image

A ghosted image is a faint repeat of the previous print appearing elsewhere on the page.

Cause: the drum is not fully erased between prints. The conditioning step did not properly neutralise the previous image's charge.

Fix: replace the drum or the toner cartridge (which usually includes the drum in consumer printers).

Exam tip: if the question says "a faint copy of the previous page appears on each printout," the answer is a dirty or worn drum.

Symptom: Vertical Lines or Streaks

A vertical line running the full length of the page in the same position every time.

Cause: a scratch or foreign object on the drum surface. The damage prevents toner from adhering correctly in that line.

Fix: replace the toner cartridge or drum unit.

If the lines are white (missing toner): the drum is scratched and not accepting toner in that area. If the lines are black (excess toner): a flaw in the drum is causing extra toner to adhere.

Symptom: Smearing or Unfused Toner

Printed toner that smears when you run your finger across it.

Cause: the fuser is not applying enough heat or pressure to bond the toner to the paper.

Fix: replace the fuser assembly. Fuser failures are the most common cause of smearing.

Exam tip: "the printout looks fine but the ink smears when touched" always points to the fuser.

Symptom: Paper Jams

Jam Location Likely Cause
Input tray / paper path entry Worn pickup roller
Throughout the printer Worn or dirty separation pad
At the fuser Fuser roller issue; wrong paper type
Output area Delivery roller failure

Wrong paper type can cause jams at the fuser — heavier paper or envelopes may not feed correctly unless the printer is configured for that media type.

Symptom: Blank Page Output

Possible causes:

  • Transfer corona wire failure (toner never transferred to paper)
  • Out of toner
  • Print job sent but no content in the job
  • Driver issue sending blank data

Symptom: Print Quality Issues on Inkjet Printers

Inkjet printers have different failure modes:

  • Missing colours: a specific colour is not printing — clogged nozzle or empty cartridge for that colour
  • Incorrect colours: wrong colour profile or a cartridge installed in the wrong slot
  • Banding (horizontal stripes): clogged print head nozzles
  • Fix for nozzle problems: run the print head cleaning utility from the printer software

Connectivity Troubleshooting

For network printers that are not printing:

  1. Verify the printer has a valid IP address (print a configuration page from the printer)
  2. Ping the printer's IP from the workstation
  3. Verify the print queue is not paused or holding jobs
  4. Verify the correct driver is installed
  5. Check the spooler service is running (Windows: services.msc → Print Spooler)

Print spooler: if a print job is stuck in the queue, restart the Print Spooler service and delete the files in C:\Windows\System32\spool\PRINTERS\.

Practice A+ printer troubleshooting questions to build recognition of these symptom-to-cause patterns.

Laser Printer Component Failure — Mapping Symptom to Step

Each symptom maps directly to the imaging step and the component responsible for that step. This table is the fastest way to answer "what failed?" questions.

Symptom Failed Component Imaging Step Fix
Faint double image / ghost of previous page Drum (not fully erased) Charging Replace toner cartridge or drum unit
Toner smears when touched Fuser assembly Fusing Replace fuser
Vertical black or white lines the length of the page Scratch or debris on drum Exposing/Developing Replace drum unit
Horizontal lines at regular intervals Drum damage (at specific rotation point) Exposing Replace drum unit
Blank page output Transfer corona wire/roller failure Transferring Replace transfer component
Completely black page Charge roller failure (drum not charged) Charging Replace charge roller
Toner not bonding (comes off when cold) Fuser not reaching temperature Fusing Replace fuser
Speckled output / random toner dots Contaminated drum or loose toner Developing Clean or replace toner cartridge

Using this table on the exam: The question gives you a symptom. Identify which row it matches. The answer is the component in the Failed Component column, or the step in the Imaging Step column, depending on what the question asks.

Inkjet vs Laser — When the Exam Uses Each

Inkjet-specific failure modes and fixes:

Missing colour or pale output in one colour: The ink cartridge for that colour is empty or nearly empty. Or the nozzle is clogged. Try running the nozzle cleaning utility first — this fires ink through the nozzles to clear dried ink. If cleaning does not help, replace the cartridge.

Horizontal banding (stripes in the printout): Clogged print head nozzles. The ink is not flowing consistently through some nozzles. Run the print head cleaning cycle (typically 2–3 passes). For severe clogging, some printers allow manual cleaning with distilled water.

Print head alignment problems: After replacing a cartridge, colours may be misaligned. The printer's alignment utility prints a test pattern and prompts you to select which pattern looks best, then corrects the calibration.

Inkjet vs laser for specific exam scenarios:

  • "A printed page has smearing that does not dry" → inkjet (wet ink) vs laser fuser issue. If the smearing only occurs immediately after printing and dries later, it is inkjet wet ink. If it never bonds and can always be smeared, it is a laser fuser problem.
  • "Print quality degraded on a colour printer after replacing one of four cartridges" → inkjet misalignment or wrong cartridge installed.

Network Printer Troubleshooting — The Full Checklist

When a network printer is not printing and you cannot reach it, work through this in order.

1. Print a configuration page from the printer directly. Most printers have a physical button combination to print a configuration page without being connected to any computer. This page shows the printer's IP address, subnet mask, gateway, and MAC address. If the printer can print this page, its hardware and formatter are working.

2. Ping the printer's IP. If the configuration page shows an IP, ping it from a workstation on the same network. If ping fails, the printer is either offline or on the wrong network segment.

3. Verify IP configuration. Is the printer IP on the correct subnet? Is the gateway correct? If the printer has a 169.254.x.x address, it failed to get a DHCP address — configure a static IP or fix the DHCP server.

4. Check the driver on the workstation. Print queues can have corrupted drivers. Try removing and reinstalling the printer. Check if the driver matches the printer model exactly — wrong drivers produce garbled output or no output.

5. Check the print spooler service. In Windows, the Print Spooler service manages print jobs. If it is stopped or crashed, nothing prints. In services.msc or net start "Print Spooler", restart it. Clear stuck jobs from *C:\Windows\System32\spool\PRINTERS*.

6. Check the print queue. A single stuck print job can block all subsequent jobs. Pause the queue, delete the stuck job, resume. If the queue cannot be cleared, restart the spooler.

7. Firewall check. Port 9100 (raw printing / JetDirect) must be open to the printer. IPP uses port 631. LPD/LPR uses port 515. If a firewall sits between the workstation and printer, verify these ports are permitted.

Protocol reference:

  • Port 9100 (raw): Used by most Windows print setups for direct printer communication. Also called AppSocket or JetDirect.
  • IPP (Internet Printing Protocol, port 631): Used by CUPS on Linux and macOS. Increasingly common in Windows 10/11.
  • LPD/LPR (port 515): Legacy Unix printing protocol. Still present in some enterprise environments.

3D Printer and Label Printer Questions

The CompTIA A+ 220-1101 (Core 1) added coverage of 3D printers and label printers. These appear in questions about maintenance and troubleshooting.

3D printer essentials:

  • Fused Deposition Modeling (FDM): The most common type. Heats plastic filament and extrudes it layer by layer. Troubleshooting: clogged extruder nozzle, bed adhesion failure (print warps or falls off the print bed), incorrect bed leveling.
  • Bed leveling: Critical to print quality. If the nozzle is too far from the bed, the first layer does not stick. Too close, and the nozzle drags through previous layers. Most modern 3D printers have automated bed leveling.
  • Filament: Different materials (PLA, ABS, PETG) require different temperatures. Wrong temperature settings cause failed prints. PLA is the most common beginner material; ABS requires a heated enclosure to prevent warping.

Label printer essentials:

  • Most label printers use direct thermal printing (no ribbon) or thermal transfer (uses a ribbon).
  • Direct thermal: Heat-sensitive paper darkens when the print head applies heat. No ink or ribbon. Fades when exposed to heat or light — not for permanent labels.
  • Thermal transfer: A ribbon transfers ink to the label material using heat. More durable, suitable for outdoor or long-term labels.
  • Exam troubleshooting: Blank label output on a thermal transfer printer = ribbon is out or installed wrong. Faded output on a direct thermal printer = print head temperature setting too low or head is dirty.

Paper and Media Issues Beyond Jams

Paper curling: A printed page curls after printing. Cause: humidity. When one side of the paper absorbs moisture unevenly (from being exposed to humidity before printing, or from heat applied by the fuser driving moisture out of one side), the paper curls toward the drier side. Solution: store paper sealed, maintain controlled humidity in the print environment.

Ghosting at different positions: The position of the ghost image on the page tells you which component is failing.

  • Ghost at exactly one drum circumference from the original: drum not erasing properly (drum replacement).
  • Ghost at exactly one fuser roller circumference from the original: fuser roller contamination (fuser replacement or cleaning). The drum circumference is typically around 75mm and the fuser roller is typically around 57mm on standard printers — the measurements are different, which is how you distinguish them on output.

Paper not picking up (no-pick misfeeds): The pickup roller has worn out and can no longer grip paper reliably. Replace the pickup roller. Some printer maintenance kits include pickup rollers, separation pads, and the fuser as a bundle.

Double feeds (two pages picked at once): The separation pad is worn. Its job is to ensure only one sheet of paper feeds at a time. A worn separation pad allows two or more sheets to feed together, causing jams or misfeeds. Replace the separation pad.

Practice Question Sets

Session Questions Estimated time Link
Quick check 10 10–12 min Start →
Standard session 20 20–25 min Start →
Focused drill 30 30–40 min Start →
Deep study block 50 50–65 min Start →
Full mock exam 120 2–2.5 hours Start →

Practise A+ questions

Original exam-style practice questions with detailed, explained answers. Track your weak topics and review missed questions before exam day.

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.