OVERVIEWIntroduction
Printers remain one of the most problematic peripheral devices in any IT environment. Their complexity — combining mechanical paper handling, electrostatic or inkjet chemistry, electronic control systems, and network connectivity — means failure can originate from virtually any subsystem. A technician who understands exactly how each printer type functions can diagnose output defects by reasoning from the symptom to the failed component, rather than guessing.
Objective 5.6 covers sixteen distinct printer symptoms across all major printer technologies. This section begins with a thorough grounding in how each printer type works — because the symptoms are direct expressions of the underlying technology. A faded print means something entirely different on a laser printer versus an inkjet versus a thermal printer.
Technology Scope
Unless stated otherwise, each symptom is examined from the perspective of the most common printer technology for that symptom. Laser printers are the most heavily tested on the A+ exam because they have the most complex mechanism and the most distinctive symptom-to-cause mappings. Inkjet, thermal, and impact printer symptoms are also covered where they appear in the objectives.
FOUNDATIONPrinter Technologies
The Laser Printing Process — Seven Steps
The laser printer's imaging process is the most tested technical topic in the entire printer domain. Every image quality defect maps to a specific step in this sequence. Memorizing the steps and their functions is essential — not just the names, but what happens at each step and what breaks when that step fails.
STEP 1
Processing
Image data sent to printer memory
STEP 2
Charging
Drum charged uniformly (~−600V)
STEP 3
Exposing
Laser neutralizes charged areas = image
STEP 4
Developing
Toner adheres to exposed (less-charged) areas
STEP 5
Transferring
Toner moved from drum to paper
STEP 6
Fusing
Heat + pressure bonds toner permanently
STEP 7
Cleaning
Excess toner scraped from drum
Mnemonic — The 7 Steps
"Please Call Every Developer For Complete Cleanup" — Processing, Charging, Exposing, Developing, (Fusing), Transferring... Note: the order in many study guides uses P-C-E-D-T-F-C (Processing, Charging, Exposing, Developing, Transferring, Fusing, Cleaning). Some sources combine or reorder slightly. What matters is understanding the function of each step. The exam may ask "which step uses a laser?" (Exposing) or "which step requires heat?" (Fusing).
Other Printer Technologies
Inkjet
Ejects microscopic droplets of liquid ink from hundreds of nozzles in the printhead directly onto paper. The printhead moves across the paper on a carriage. Ink is stored in replaceable cartridges. Susceptible to nozzle clogging (dried ink blocks individual nozzles), head alignment issues, and smearing of wet ink. Produces excellent photo quality but slow throughput. Ink is expensive per page.
Thermal
Uses heat-sensitive paper. A thermal print head selectively heats the paper surface — heated areas turn dark, unheated areas remain white. No ink or toner required. Most common in receipt printers (POS terminals) and label printers. Susceptible to heat exposure (direct sunlight or leaving in a hot car darkens the entire paper) and requires special thermal paper. Output fades significantly over time.
Impact / Dot Matrix
Pins on a print head physically strike an inked ribbon against paper. The pattern of pin strikes forms characters and graphics from dots. Very loud. Slow. Low print quality. The primary remaining use case is multipart forms — carbon copy documents where the physical impact transfers through multiple layers. Found in some industrial, logistics, and point-of-sale environments.
3D Printer (FDM)
Fused Deposition Modeling extrudes heated plastic filament (PLA, ABS, PETG) through a nozzle, building objects layer by layer. Completely different technology but classified as a printer for A+ purposes. Relevant symptoms: clogged nozzle, bed adhesion failure, filament jams, and layer delamination.
SYMPTOM 01Lines Down the Printed Pages
Vertical lines — streaks running parallel to the direction of paper travel, from the top of the page to the bottom — are one of the most common laser printer symptoms. The lines may be white (missing toner), black (excess toner), or colored on a color printer.
Cause by Line Type
| Line Type | Printer Type | Cause | Fix |
| White vertical lines (missing toner) |
Laser |
Toner is not reaching specific areas of the drum. Most common cause: scratch or groove on the photosensitive drum — damaged drum surface prevents proper electrostatic imaging. Also caused by a clogged or damaged developer roller that is not distributing toner evenly. |
Replace the toner cartridge / drum unit. On printers where the drum is part of the cartridge, cartridge replacement is the fix. |
| Black vertical lines (excess toner) |
Laser |
Damaged drum where the damage causes toner to adhere where it shouldn't. Also caused by a dirty or damaged wiper blade in the cleaning step — the wiper blade scrapes residual toner off the drum after each page; a damaged blade leaves a streak of excess toner behind. |
Replace the toner cartridge. Clean or replace the fuser. Replace the drum unit if separate from the cartridge. |
| Colored vertical lines (missing one color) |
Color Laser |
One color toner cartridge (cyan, magenta, yellow, or black) has a damaged drum or is nearly empty. The missing line corresponds to the affected color channel. |
Identify which color is missing; replace that color's toner cartridge. |
| Horizontal lines / banding |
Inkjet |
One or more printhead nozzles are clogged. Each nozzle covers a specific set of horizontal dots; a clogged nozzle leaves a thin white gap at regular intervals across the page. |
Run the printhead cleaning utility from the printer's software or control panel. Multiple cleaning cycles may be needed. If cleaning fails, the printhead may need replacement or soaking. |
Exam Focus
On the A+ exam, vertical lines on a laser printer = damaged drum or dirty wiper blade. The practical fix in both cases is to replace the toner cartridge (which includes the drum on most consumer/SOHO laser printers). For enterprise printers where the drum is a separate, expensive component, it may be cleaned or replaced independently.
SYMPTOM 02Garbled Print
Garbled print refers to output that is clearly wrong in a systematic way — random characters, symbols, control codes, or completely unreadable output printed instead of the expected document. This is distinct from a smeared or faded print (image quality issue); garbled output means the printer received or interpreted the data incorrectly.
Causes
Wrong or corrupt printer driver
The most common cause. The application sends data formatted for one printer language (e.g., PCL 6) but the printer expects a different one (e.g., PostScript or PCL 5). The printer interprets the foreign data stream as best it can and produces garbled output. Also caused by a corrupt driver installation. Resolution: reinstall or update the correct printer driver from the manufacturer's website.
PCL vs. PostScript mismatch
PCL (Printer Command Language) is the standard for most HP and compatible printers. PostScript is a page description language used for high-quality graphics and publishing. If a PostScript job is sent to a PCL-only printer, or a PCL driver is used with a PostScript printer, the result is pages of PostScript code printed as plain text rather than the intended document. Verify the driver matches the printer's supported language.
Faulty USB or data cable
A damaged data cable can introduce bit errors into the data stream being sent to the printer. The printer receives corrupted data and produces garbled output. Test with a known-good cable or switch to a different connection method (USB to network, or vice versa).
Insufficient printer memory
Complex print jobs (high-resolution graphics, many fonts, complex PDFs) require significant memory in the printer's internal buffer. If the printer runs out of memory mid-job, it may print what it has received up to that point and then produce garbled or partial output for the remainder. Upgrading printer RAM or reducing print job complexity resolves this.
Application-level formatting error
A corrupt document file, an application generating invalid print data, or a bug in the application's print routine can cause garbled output. Test by printing a different, simpler document. If a simple test page prints correctly but the document is garbled, the issue is with the document or application.
Garbled Print — Diagnostic Steps
01Print a test page from the printer itself. Use the printer's control panel to print a self-test page — this bypasses the computer entirely. If the test page is clean and correct, the printer hardware is fine and the problem is driver, cable, or software.
02Reinstall the correct printer driver. Remove the existing driver from Devices and Printers → right-click → Remove device. Download the latest driver from the manufacturer's website and install fresh.
03Verify PCL vs. PostScript. In the printer driver properties, confirm the printer language matches what the printer supports. Check the printer model's spec sheet if unsure.
04Test with a different cable or connection method. Replace the USB cable with a known-good one, or try printing over the network if the printer supports it.
05Test with a simple document. Print a plain-text Notepad document or a simple Word file. If it prints correctly, the problem is document-specific — open the document in a different application or recreate it.
SYMPTOM 03Paper Jams
A paper jam occurs when a sheet of paper fails to travel through the printer's paper path correctly — it stops, bunches, or wraps around a roller, triggering a sensor that halts the printer. Paper jams are among the most frequent printer complaints and have multiple causes that range from trivial (wrong paper loaded) to requiring service (worn rollers).
Common Causes of Paper Jams
Paper-Related Causes
- Incorrect paper weight — paper too thick or too thin for the printer's specifications
- Damp or curled paper — humidity causes paper to curl, preventing smooth feeding
- Overfilled paper tray — too many sheets prevents top sheets from feeding correctly
- Incorrectly loaded paper — paper not seated against tray guides, allowing skewing
- Mixed paper sizes — different-sized sheets in the same tray
- Torn or damaged sheets — fragments of previous jams left inside the printer
Printer Hardware Causes
- Worn pickup rollers — rollers lose their rubber grip coating over time; can't grab paper reliably
- Worn separation pad — separates individual sheets; when worn, multiple sheets feed simultaneously
- Debris inside paper path — torn paper fragments, staples, or foreign objects
- Misaligned paper guides — guides set incorrectly cause paper to skew and jam
- Fuser issues — paper wrapping around the fuser roller instead of exiting cleanly
Clearing a Paper Jam Safely
Paper Jam Clearance Procedure
01Do not force the paper. Never yank jammed paper — forcing it can tear it, leaving fragments inside the printer that cause the next jam. It can also damage rollers and guides.
02Follow the printer's jam indicator. Most printers display which access panel to open to reach the jam. Open the indicated door or tray.
03Pull in the direction of paper travel. Remove paper by pulling slowly and steadily in the direction the paper would normally exit the printer — not backward against the paper path, which risks tearing.
04Inspect for torn fragments. After removing the jammed sheet, use a flashlight to inspect the entire paper path for any torn pieces. Even a small fragment will cause the next print to jam immediately.
05Check the fuser area with caution. The fuser is extremely hot during and after operation — it can cause burns. Allow the printer to cool before reaching near the fuser if the jam requires access to that area.
06If jams recur consistently: clean the pickup rollers with a lint-free cloth dampened with isopropyl alcohol; check that paper is correctly loaded and is the right type for the printer; consider replacing worn pickup rollers if cleaning does not restore grip.
Fuser Temperature Warning
The fuser assembly in a laser printer reaches temperatures of 180–200°C (356–392°F) during operation and retains heat for several minutes after the printer is powered down. If a paper jam requires reaching into or near the fuser area, allow the printer to sit powered off for at least 15–20 minutes before reaching in. Burns from fuser components are a real occupational hazard.
SYMPTOM 04Faded Prints
Faded prints — output that is lighter than expected, with text or images appearing washed out or gray instead of solid black — have different causes depending on the printer technology.
Faded Prints by Technology
| Technology | Cause | Resolution |
| Laser Low toner |
Toner cartridge is nearly empty. Toner density drops as the cartridge depletes, resulting in progressively lighter prints. |
Remove the cartridge and gently rock it side to side to redistribute remaining toner — this often provides 20–50 more pages. Replace the cartridge when rocking no longer improves output. |
| Laser Density setting too low |
The printer's print density (darkness) setting is configured too low in the driver or printer's on-board settings. |
Increase print density in printer properties or the printer's control panel. |
| Laser Drum nearing end of life |
The photosensitive drum degrades over its rated page count — its ability to hold the electrostatic charge needed to attract toner diminishes, resulting in lighter prints. |
Replace the drum unit (or the toner cartridge if drum is integrated). |
| Inkjet Low ink |
One or more ink cartridges is running low. Colors may be faded or shifted if one color is more depleted than others. |
Replace the low/empty ink cartridge. Check ink levels via printer software. |
| Inkjet Clogged nozzles |
Ink has dried in nozzles, reducing ink flow and producing faded or streaked output. |
Run printhead cleaning utility. Multiple cycles may be needed. Leave the printer idle for several hours after cleaning to allow residual cleaning solution to dissolve dried ink. |
| Thermal Faded/old paper |
Thermal paper fades significantly over time. Old stock or paper stored improperly (heat, sunlight) is less reactive to the print head's heat. |
Use fresh thermal paper stored correctly (cool, dark location). Check paper orientation — thermal paper has one reactive side; loading it backward produces very faint output. |
SYMPTOM 05Paper Not Feeding
When the printer attempts to print but no paper feeds from the tray — the printer makes sounds as if starting a print job but produces nothing — the cause is in the paper pickup mechanism.
Causes
Worn pickup rollers
The pickup roller is a rubber-coated roller that grabs the top sheet of paper from the tray and pulls it into the print path. Over time (typically after 50,000–100,000 pages) the rubber coating wears smooth, losing the friction needed to grab paper. The roller spins but cannot grip the paper. Cleaning the roller surface with a damp lint-free cloth can temporarily restore grip. Replacement pickup rollers are available for most printers and are a standard maintenance part.
Paper tray empty or not fully inserted
The simplest cause — no paper in the tray, or the tray is not pushed fully into the printer. Always verify the obvious before investigating hardware. Some printers have tray presence sensors that will not attempt to feed if the tray is slightly out of position.
Incorrect paper size guides
Paper guides in the tray must be adjusted to the paper size being used. If guides are too loose, the paper shifts sideways during pickup and may not engage the roller correctly. If too tight, paper is compressed and may not fan properly, causing feeding issues.
Static buildup in paper
Paper that has been sitting in a tray for extended periods, especially in low-humidity environments, can develop static charge that causes sheets to stick together, preventing individual sheet pickup. Fan the paper before loading to separate the sheets and discharge static buildup.
SYMPTOM 06Multipage Misfeed
A multipage misfeed (also called a multi-feed) occurs when the printer picks up two or more sheets of paper simultaneously instead of one. The result is that one print job prints on a single sheet while a blank sheet travels through simultaneously — print jobs lose pages, and jams often follow because the printer was not designed to handle double-thickness paper through its paper path.
Causes and Resolution
Worn separation pad
The separation pad (also called a friction pad or retard pad) is positioned against the pickup roller to prevent multiple sheets from feeding. When one sheet is pulled by the roller, the separation pad creates friction against any additional sheets that try to follow. When the pad wears smooth, multiple sheets can slip past simultaneously. Replacement separation pads are inexpensive standard maintenance parts.
Overfilled tray
Loading too many sheets — exceeding the tray's maximum capacity marking — compresses the stack. The pickup roller may grab the top two sheets because they are held together by friction from the compressed stack. Do not exceed the tray's stated maximum sheet capacity.
Static-charged paper
Adjacent sheets stuck together due to static electricity feed simultaneously. Fan the paper thoroughly before loading, especially if the paper has been in storage. Paper from a freshly opened ream is less prone to this than paper that has been in the tray for weeks.
Paper weight mismatch
Very thin, lightweight paper has less rigidity and is more prone to double-feeding than standard 20 lb / 75 gsm copy paper. Using paper within the printer's specified weight range prevents this.
SYMPTOM 07Multiple Prints Pending in Queue
When print jobs accumulate in the Windows print queue without printing — or a single stuck job blocks all subsequent jobs — the print spooler is usually the root cause. The print spooler is a Windows service that manages the queue of pending print jobs, temporarily storing spool files on disk and sending them to the printer in sequence.
The Windows Print Spooler
The spooler service (spoolsv.exe) runs as a Windows service (Print Spooler / Spooler). When it receives a print job, it writes a spool file to C:\Windows\System32\spool\PRINTERS\. The spooler then sends the job to the printer. If the spooler crashes, hangs, or a corrupt spool file gets stuck in the queue, all subsequent print jobs queue behind the stuck job — creating the appearance of multiple pending prints that never start.
# --- CLEAR A STUCK PRINT QUEUE ---
# Method 1: Services console (most reliable)
services.msc # Open Services
→ Find "Print Spooler"
→ Right-click → Stop
# Now delete spool files manually:
C:\Windows\System32\spool\PRINTERS\
→ Delete all files in this folder (NOT the folder itself)
→ Return to Services → Start "Print Spooler"
# Method 2: Command prompt (run as Administrator)
net stop spooler
del /Q /F /S "%systemroot%\System32\spool\PRINTERS\*.*"
net start spooler
# Verify queue is clear:
Control Panel → Devices and Printers → double-click printer
# Queue should be empty after restart
Causes of Queue Backlog
- Printer offline or disconnected — jobs queue because the printer cannot receive them; the spooler holds them waiting for the printer to come online
- Corrupt spool file — a single corrupt print job blocks all subsequent jobs; deleting it (after stopping the spooler) clears the blockage
- Spooler service crashed — the spooler process has crashed and is no longer processing the queue; restarting the service resumes printing
- Printer driver issue — a bad driver causes the spooler to crash repeatedly each time it processes a job for that printer
- User sent multiple copies accidentally — user clicked print multiple times, sending 10+ identical jobs; cancel all but the first in the print queue
Exam Focus
Multiple prints stuck in queue = restart the Print Spooler service and delete spool files. Know the exact steps: stop spooler → delete files in C:\Windows\System32\spool\PRINTERS\ → start spooler. This is a high-frequency exam scenario.
SYMPTOM 08Speckling on Printed Pages
Speckling refers to random dots or spots of toner scattered across the printed page outside of the intended print area. Unlike lines (which follow a consistent pattern), speckling appears as irregular, randomly distributed marks.
Causes
Dirty or contaminated drum
Loose toner particles scattered on the drum surface outside the image area adhere to paper during the transfer step, appearing as random specks. Caused by a damaged toner cartridge that is leaking toner internally, or by the drum's charge roller failing to uniformly charge the drum (leaving randomly charged spots that attract stray toner).
Dirty paper path or rollers
Toner buildup on rollers, guides, and other internal surfaces accumulates over thousands of pages. As paper travels through, it picks up stray toner from these surfaces, appearing as specks or smudges in random locations. Regular maintenance cleaning (applying the maintenance kit) prevents this.
Damaged or leaking toner cartridge
A toner cartridge with a crack, a damaged seal, or a failed developer component leaks loose toner inside the printer. This loose toner gets onto every surface it contacts — rollers, paper path, and paper itself. The fix is to replace the toner cartridge and clean the interior of the printer.
Low-quality third-party toner
Third-party remanufactured toner cartridges sometimes use toner with inconsistent particle sizing or substandard charge characteristics. This produces unpredictable results including speckling, streaking, and fading. Using OEM (Original Equipment Manufacturer) toner resolves quality defects attributable to consumable quality.
Cleaning Tip
When cleaning loose toner from inside a printer, use a toner vacuum (a vacuum cleaner designed for fine particles with a HEPA filter) or a dry lint-free cloth. Never use a regular household vacuum — toner particles are small enough to pass through standard filters and will be exhausted back into the air. Never use compressed air, which disperses toner throughout the printer's interior and into the room. Toner inhalation is a health hazard.
SYMPTOM 09Double / Echo Images on the Print
A ghost image or echo image is a faint duplicate of a previously printed image appearing in the wrong location on the current page — typically offset by a fixed distance that corresponds to the circumference of the drum or fuser roller. The ghost is significantly lighter than the original, giving the appearance of a "shadow" of the previous print.
Ghost / Echo Image — Visual Representation
Ghost / Echo Image
A faint duplicate of previously printed content appears offset below or after the primary image. The offset distance matches the drum or fuser roller circumference (~94mm for a typical A4 laser drum).
Causes
Faulty cleaning blade (drum ghost)
After the transfer step, the cleaning blade scrapes residual toner off the drum surface. If the cleaning blade is worn, damaged, or stuck, some toner remains on the drum and deposits on the next rotation at a position offset by exactly one drum circumference. This is called a positive ghost — extra toner from the previous image appears on the current page.
Drum not fully discharging (charge roller failure)
A failing primary charge roller (PCR) does not uniformly discharge the drum between pages. Areas of the drum that were previously exposed to the laser retain a partial image-shaped charge variation on the next rotation, causing the previous image to faintly re-appear. This is called a negative ghost — the ghost appears lighter (less toner) than surrounding areas.
Failing fuser roller
The fuser's heat roller can develop a buildup of melted toner in the shape of previously printed content. On subsequent pages, this residue deposits faint marks in the same pattern offset by the roller's circumference. Measured offset: if a letter at the top of a page has an echo 94mm below it, and the drum circumference is 94mm, the drum is the source. A different offset (matching the fuser roller's smaller circumference, typically 63mm) points to the fuser.
Diagnosis and Fix
Measure the distance between the original image element and its ghost. Compare this to the drum circumference (typically printed in the printer's service manual or on the cartridge documentation). If the offsets match, the problem is in the drum/cleaning system — replace the toner cartridge. If the offset is smaller and matches the fuser roller, the fuser needs replacement or the maintenance kit needs to be applied.
SYMPTOM 10Grinding Noise
Abnormal mechanical noises — grinding, clicking, or scraping sounds during printing — indicate a mechanical failure inside the printer. The source must be isolated before the appropriate part can be identified.
Sources of Grinding Noise
| Sound | Likely Source | Diagnosis | Fix |
| Grinding during print job |
Paper feed assembly; worn or damaged gear |
Occurs consistently during every print; may correlate with paper movement |
Inspect gear train for cracked, missing, or worn teeth; replace damaged gear or paper feed assembly |
| Grinding when paper feeds |
Foreign object in paper path; paper debris wrapped around roller |
Open all access panels and visually inspect rollers and paper path for debris |
Remove debris; clear any wrapped paper fragments from rollers |
| Grinding from fuser area |
Failed fuser gear or fuser pressure roller bearing |
Sound comes from rear or center of printer near exit; correlates with fuser activity |
Replace fuser assembly; fuser units are typically field-replaceable modules |
| Clicking without paper movement |
Damaged or out-of-round roller; broken plastic component |
Rhythmic clicking at regular intervals; clicking stops when specific roller area is bypassed |
Identify the damaged roller and replace; often the pickup or transfer roller |
| Grinding on startup only |
Drum initialization; calibration mechanism |
Brief grinding at power-on that stops within seconds — often normal for some laser printers |
If consistent and worsening, inspect drum unit for damage |
Stop Printing Immediately
When a printer emits a grinding noise, stop sending print jobs immediately. Continuing to print while a mechanical failure exists causes progressively worse damage — a cracked gear tooth can shatter completely; a paper fragment wrapped around a roller can tear and jam the mechanism more severely. Power off the printer and diagnose before resuming.
SYMPTOM 11Finishing Issues — Staple Jams & Hole Punch
Finishing refers to post-printing operations performed by an optional finisher unit attached to a high-volume printer or multifunction device. Common finishing operations include stapling, hole punching, folding, and collating. Finishing issues are mechanical problems in the finisher unit, not the printer's main imaging system.
Staple Jams
Staple jams occur when the finisher's stapling mechanism fails to properly form, drive, or clinch a staple through the document stack. The staple bends, breaks, or gets stuck in the stapler mechanism.
- Empty staple cartridge — most common cause; the finisher reports a staple jam but the actual issue is simply no staples remaining. Replace the staple cartridge.
- Bent or broken staple lodged in mechanism — a previous partial staple attempt left a malformed staple in the stapler head. Open the staple access door, remove the staple cartridge, and manually remove the bent staple with needle-nose pliers.
- Stack too thick — attempting to staple more sheets than the stapler's rated capacity bends or breaks the staple. Check the finisher's maximum staple capacity (typically 30–50 sheets for office finishers).
- Wrong staple cartridge type — using staples not specified for that finisher model. Finisher staplers use specific cartridge types — using a compatible-but-wrong cartridge causes feeding and jamming issues.
Hole Punch Issues
Hole punch problems occur when the finisher's punch mechanism fails to cleanly punch holes in the correct positions.
- Full hole punch waste bin — the container that collects paper chads from punching is full and must be emptied. When full, the punch mechanism cannot complete its stroke and jams or refuses to operate. Empty the waste bin through its access door.
- Paper misalignment — holes punched in the wrong location, or one hole off-center. The paper registration system in the finisher may need calibration, or paper guides may be set incorrectly.
- Punch mechanism jam — a chad or fragment of paper has jammed in the punch die. Open the punch access area and clear the obstruction.
Exam Focus
For staple jams: check for an empty cartridge first, then a bent staple in the mechanism. For hole punch problems: check the hole punch waste bin — this is the most commonly tested finishing issue. A full waste bin is the number-one cause of hole punch failure.
SYMPTOM 12Incorrect Page Orientation
A document prints in the wrong orientation — the content is rotated 90° or the page is printed in portrait when it should be landscape — despite the document appearing correctly on screen. This is almost always a software or driver configuration issue rather than a hardware failure.
Causes and Resolution
Application vs. driver conflict
Both the application (Word, Excel, PDF reader) and the printer driver have orientation settings. If they conflict — the application says Landscape but the driver is set to Portrait — one overrides the other. Ensure orientation is set consistently in both the application's print dialog and the printer driver properties. The application setting typically takes precedence for most Windows applications.
Default printer orientation
The printer driver's default orientation may be set to Landscape globally — affecting all print jobs from that printer. If most documents print in the wrong orientation, change the driver's default: Control Panel → Devices and Printers → right-click printer → Printer Properties → Printing Preferences → Orientation.
Paper loaded incorrectly
On some printers, loading paper vertically vs. horizontally in the tray changes the effective orientation. Verify paper is loaded according to the icons/arrows on the tray indicating correct loading direction for portrait or landscape output.
Tray configuration mismatch
If the printer driver is configured to use a specific paper tray, and that tray's paper orientation setting in the driver doesn't match how paper is physically loaded, the output orientation will be wrong. Verify the tray's paper size and orientation settings in the printer driver match the actual loaded paper.
SYMPTOM 13Tray Not Recognized
A paper tray that the printer does not recognize will not be available as a print source in the driver's paper source selection — attempts to print from that tray produce an error, or the tray simply doesn't appear in the driver settings.
Causes
Optional tray not installed/configured in driver
Additional paper trays (Tray 3, Tray 4, high-capacity feeders) are optional accessories. The printer driver must be configured to know the tray is installed. Go to printer Properties → Device Settings (or similar) and set the optional tray status to "Installed." Without this, the driver doesn't offer the tray as an option even if the physical tray is present and the printer recognizes it at the hardware level.
Tray not fully seated
The tray has not been pushed fully into the printer, preventing its presence sensor from triggering. Remove the tray completely and reinsert firmly until the click or resistance indicates it is fully seated. The printer should detect the tray immediately upon proper seating.
Faulty tray presence sensor
A small sensor inside the printer detects whether a tray is inserted. If this sensor is stuck, dirty, or damaged, the printer cannot detect the tray even when properly inserted. Cleaning the sensor contact points or replacing the sensor resolves this.
Driver not updated after hardware change
After adding or replacing a tray, the driver may need to be updated or the installed options refreshed. Some printer drivers support automatic configuration detection (querying the printer for its current hardware configuration) — run this from the driver's Device Settings.
SYMPTOM 14Connectivity Issues
Printer connectivity issues — where the printer cannot be reached from the computer — span USB, wired network, and wireless connections. The troubleshooting approach differs significantly by connection type.
By Connection Type
| Connection | Common Failures | Diagnostic Steps |
| USB (local) |
Cable fault; wrong USB port; driver not loaded; printer powered off |
Try different USB port (avoid USB hubs for printers); replace cable; check Device Manager for errors; reinstall driver |
| Wired network (Ethernet) |
IP address changed or expired; wrong IP configured in driver; firewall blocking printer ports; printer offline |
Print a configuration page from printer control panel to see current IP; update driver with correct IP; ping the printer's IP; verify TCP/IP port settings in driver |
| Wireless (Wi-Fi) |
Printer connected to wrong SSID; IP address changed; WPA2 passphrase changed; printer out of Wi-Fi range |
Print Wi-Fi configuration page; reconnect printer to correct SSID; assign static IP to printer in router's DHCP reservation |
| Shared printer (Windows) |
Print server offline; share permissions changed; printer share name changed; firewall blocking File and Printer Sharing |
Verify print server is running; check Windows Firewall → File and Printer Sharing exceptions; verify share name and credentials |
Static IP for Network Printers
Network printers that obtain their IP via DHCP can cause recurring connectivity problems — whenever the DHCP lease changes, the IP address changes, and any drivers configured with the old IP lose connection. The best practice is to assign a static IP (or DHCP reservation) to network printers:
- Configure static IP on the printer directly — use the printer's control panel or web interface to assign a fixed IP outside the DHCP range
- Use DHCP reservation (preferred) — configure the router's DHCP server to always assign the same IP to the printer's MAC address; the printer still gets an IP from DHCP but it is always the same one
- Update the driver's TCP/IP port — after confirming the printer's permanent IP, update the printer port in Windows: Devices and Printers → right-click printer → Printer Properties → Ports tab → Configure Port → update IP
Print a Configuration Page
Every network printer has a built-in configuration page accessible from its control panel. This page shows the printer's current IP address, subnet mask, gateway, wireless SSID (if applicable), firmware version, and connection status. When a user cannot find or connect to a printer on the network, printing this page (by pressing the right button sequence on the printer itself — consult the manual) is the fastest way to get the printer's current network configuration without any software.
SYMPTOM 15Frozen Print Queue
A frozen print queue differs slightly from the "multiple prints pending" scenario: in a frozen queue, a specific print job is stuck in a "Deleting" or "Printing" state that cannot be removed through the normal queue interface — the delete button does nothing, or the job immediately reappears after being deleted. This is caused by the print spooler holding an open file handle to the spool file, preventing normal deletion.
Why Jobs Get Stuck
When you delete a print job from the queue, Windows tells the spooler service to remove it. If the spooler is currently processing that job — or is in a crashed state — it may not release the job's spool file. The file cannot be deleted while the spooler service holds it open. The queue appears frozen.
Clearing a Frozen Print Queue
01Stop the Print Spooler service first. Open Services.msc → find Print Spooler → right-click → Stop. You must stop the service before you can delete spool files — the service holds file locks that prevent deletion while running.
02Navigate to the spool folder. Open C:\Windows\System32\spool\PRINTERS\. You will see .SHD and .SPL files corresponding to queued print jobs.
03Delete all files in the PRINTERS folder. Select all (Ctrl+A) and delete. Do not delete the PRINTERS folder itself — only its contents. If a file cannot be deleted even with the spooler stopped, restart the computer and try again before starting the spooler.
04Restart the Print Spooler service. In Services.msc → right-click Print Spooler → Start. The queue should now be empty and the printer ready to accept new jobs.
05Resubmit the print job. Once the spooler is running and the queue is clear, send the document to print again. If it freezes again immediately, the driver is likely corrupt — reinstall the printer driver.
Frozen Queue vs. Multiple Pending Jobs
These two symptoms share the same root cause (print spooler) and the same fix (stop spooler, clear files, restart spooler). The distinction: multiple pending = jobs visible and waiting, printer not printing them. Frozen queue = one job stuck in "Deleting" state that cannot be removed through the UI. In both cases, the procedure is identical — the spooler must be stopped before the spool files can be manipulated.
BONUS REFPrint Quality Defect Visual Reference
This reference maps common print defects to their causes at a glance — useful for rapid diagnosis when confronted with a printed sample.
Print Defect → Cause Mapping
Vertical lines / streaks
Laser White lines = damaged drum or empty toner. Black lines = dirty wiper blade or contaminated drum. → Replace toner cartridge.
Faded / light print
Laser Low toner (rock cartridge to test) or density setting too low. Inkjet Low ink or clogged nozzles. Thermal Wrong paper side or old stock.
Speckling / random spots
Laser Dirty drum, leaking cartridge, or contaminated paper path rollers. → Replace cartridge and clean interior.
Ghost / echo image
Laser Failed cleaning blade (residual toner) or failed PCR (residual charge). Offset = drum or fuser circumference. → Replace cartridge or fuser.
Garbled / random characters
All Wrong driver, PCL vs. PostScript mismatch, corrupt driver, or faulty data cable. → Reinstall correct driver; replace cable.
Master Reference — All 16 Symptoms
Lines down pagesDamaged drum (replace cartridge) or dirty wiper blade
Garbled printWrong/corrupt driver; PCL vs PostScript mismatch; faulty cable
Paper jamsWrong paper, worn pickup rollers, debris, or overfilled tray
Faded printsLow toner (rock cartridge); low ink; density setting; clogged nozzles
Paper not feedingWorn pickup rollers; empty/misaligned tray; static-stuck paper
Multipage misfeedWorn separation pad; overfilled tray; static-charged paper
Multiple prints in queueStop spooler → delete C:\...\spool\PRINTERS\ files → start spooler
SpecklingDirty/leaking toner cartridge; contaminated rollers; low-quality toner
Ghost / echo imagesFailed cleaning blade or PCR; offset = drum or fuser circumference
Grinding noiseStop printing; damaged gear, debris in paper path, or fuser failure
Staple jamsEmpty cartridge first; then bent staple in mechanism; then stack too thick
Hole punch issuesFull waste bin (most common); then paper misalignment; then punch jam
Incorrect orientationCheck app AND driver orientation settings; check paper load direction
Tray not recognizedEnable optional tray in driver Device Settings; reseat tray fully
Connectivity issuesUSB: cable/port/driver. Network: IP change — assign static/reservation.
Frozen print queueSame as above: stop spooler → delete spool files → restart spooler
REFERENCEPrinter Maintenance & Diagnostic Tools
Windows Tools & Paths
- Devices and Printers — Control Panel → Devices and Printers; manage all printers
- Print queue — double-click a printer in Devices and Printers
- Services.msc → Print Spooler; stop/start/restart service
- Spool folder →
C:\Windows\System32\spool\PRINTERS\
- Printer Properties → Device Settings; configure optional hardware
- Printing Preferences → orientation, quality, paper source
- Color Management → ICC profiles per printer
Physical Maintenance Items
- Maintenance kit — fuser, pickup rollers, transfer roller; applied at page count intervals (typically 150,000–200,000 pages)
- Toner vacuum — HEPA-filtered; required for safe loose toner cleanup
- Isopropyl alcohol (90%+) — cleaning rubber rollers and glass surfaces
- Lint-free cloths — cleaning optical and rubber components
- Compressed air — only for blowing dust from non-toner areas
- Toner cartridge — OEM preferred; resolves most laser print quality issues
Final Exam Reminders
7 laser steps in order: Processing → Charging → Exposing → Developing → Transferring → Fusing → Cleaning.
Heat is used in: the Fusing step. Laser is used in: the Exposing step.
Vertical lines on laser = damaged drum → replace toner cartridge.
Ghost/echo image = failed cleaning blade or PCR → replace cartridge; offset distance = drum circumference.
Faded laser print = rock the cartridge to redistribute toner; replace if still faded.
Garbled print = wrong driver or PCL/PostScript mismatch → reinstall correct driver.
Stuck/frozen print queue = stop Print Spooler → delete files in spool\PRINTERS\ → start spooler.
Staple jam = check cartridge first (may just be empty), then remove bent staple from mechanism.
Hole punch won't work = empty the hole punch waste bin.
Tray not shown in driver = go to Printer Properties → Device Settings → mark tray as installed.
Network printer keeps losing connection = assign static IP or DHCP reservation to prevent IP changes.
Multipage misfeed = worn separation pad or overfilled tray. No feed = worn pickup rollers.