Maintenance

How to clean pickup rollers on a Ricoh Printer

By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30

⚡ At a glance
Printer brandRicoh
Taskclean pickup rollers
CategoryMaintenance
Time5-30 minutes depending on setup
DIY-able?Yes — no special tools beyond the printer + your phone or computer.

What this guide covers

Clean dusty / glazed pickup rollers to stop multi-feed and skipped pages.

Ricoh (Aficio, SP, MP series) is widely deployed in mid-to-large Indian offices. Service via ricoh-india.com.

Step-by-step: how to clean pickup rollers on a Ricoh printer

  1. Power off and unplug the printer; let it cool 10 minutes if it was running.
  2. Open the paper tray, locate the pickup roller (rubber cylinder above the paper).
  3. Dampen a lint-free cloth with isopropyl alcohol (NOT water, NOT solvents).
  4. Rotate the roller and wipe gently until the rubber returns to a matte (not shiny) surface.
  5. Let the alcohol evaporate 5 minutes, then power on and test.

Tools and materials you'll need

Troubleshooting if the procedure fails

IssueFix
Printer doesn't respondPower-cycle, wait 60 seconds, retry.
Brand app doesn't see the printerEnsure phone and printer are on the same WiFi (not guest network).
Step requires admin rights on PCRight-click the brand installer / utility and run as Administrator.
Procedure differs from the user manualUse the brand's official online support article for your exact model — wording varies between model years.

Frequently asked questions

Will this void my warranty?

Standard maintenance procedures (cleaning, alignment, cartridge replacement, configuration changes) do NOT void warranty. Internal hardware swaps without brand authorisation usually do.

How often should I repeat this procedure?

For maintenance tasks: once a month for heavy users, once every 3 months for light home use. For setup tasks: only when needed (new WiFi, new computer, etc).

What if my Ricoh printer's menu looks different?

Ricoh uses slightly different menu wording across model years. The structure is similar: look for the closest matching menu. If lost, the Ricoh support site has model-specific articles for every model.

Can I do this from my phone?

Most setup, scanning, and basic maintenance tasks work from the brand app. Firmware updates and configuration changes work from both phone and computer; some advanced settings are computer-only.

Related guides worth a look while you sort this one out:

References


Reference material, not professional advice. When in doubt, call Ricoh authorised service.

What changed recently?

Fault diagnosis on this hardware goes faster when you map the symptom to a recent change:

The answer narrows the root cause to a manageable subset.

Before you start

A few things to confirm so the device fix goes cleanly:

How to confirm it's actually fixed

On this unit, the test is rarely "reboot and see". Use this list:

When to call How support instead

Escalate if:

More frequently asked questions

Are there safer alternatives for non-technical users?

Yes, the manufacturer's self-service troubleshooter (HP Smart, LG ThinQ, Samsung Members, similar) usually walks through the same steps in a guided UI. Use that first if you're not comfortable with menu paths.

Should I update firmware first or last?

Update firmware first if a release note specifically mentions your symptom. Otherwise, finish the troubleshooting flow first, then update; that way you can isolate whether the update or the underlying fix solved it.

What if the fix returns after a reboot?

Persistent fault returns mean either: a hardware fault (escalate), a configuration that's being overwritten by a sync source (check cloud profiles), or a regression in a recent firmware update (rollback).

How often should I run preventive checks?

Quarterly for most consumer devices; monthly for production / commercial devices. Set a calendar reminder so the device stays healthy between issues.

Why is this happening on a brand-new unit?

Out-of-box defects do occur. If you've owned the device under 30 days and the symptom persists after a factory reset, escalate to the seller for replacement under DOA terms before opening a manufacturer support case.

Topology deep dive: where dust and wear hide

A laser printer's failure points are almost all mechanical. Pickup rollers wear smooth and stop picking paper. Separation pads glaze and feed multiple sheets. Fuser sleeves crease and leave a vertical line. Drum coatings get scratched from a stray staple and leave a faint line that repeats every drum revolution. The dust collects under the cartridge, in the fans, and on the corona wire if your model has one.

In a Lucknow CA office I service every six months, the preventive routine takes ninety minutes and the bill is INR 1,800. I clean the rollers with a damp lint-free cloth (no IPA on rubber, it dries it out), wipe the registration sensor with a dry swab, vacuum the toner dust trap with a HEPA toner vac, and reseat the drum if it pulls out. After six visits the printer has done two hundred thousand pages with no consumable failures except scheduled toner. The maths is simple: a service call beats an emergency consumable swap every time.

Configuration walkthrough: a preventive routine that pays

  1. Quarterly: vacuum the paper path with a HEPA-rated toner vac. Never a regular vacuum; toner particles destroy normal motor bearings.
  2. Quarterly: damp lint-free cloth on the pickup rollers (water only, no IPA, IPA dries rubber).
  3. Half-yearly: open the rear, check the transfer roller for glazing. A glazed roller leaves faint vertical lines that no amount of toner change fixes.
  4. Half-yearly: clean the registration sensor with a dry swab. Dust on it leads to false jam errors.
  5. Annually: replace pickup rollers if page count exceeds 80,000 since last swap. Genuine Ricoh rollers run INR 600-1,200 depending on model; aftermarket are cheaper but wear faster.

Set a calendar reminder in whatever tool the office runs (Outlook, Google Calendar, Asana). Preventive maintenance gets skipped without a forcing function, and the next call out is always urgent.

Troubleshooting commands by platform

Ricoh printers are not Cisco routers, but there are panel sequences, Telnet / SSH interfaces on enterprise models, and a Web Image Monitor (WIM) admin surface that takes you a long way. Here is what I run:

From the printer panel

User Tools (123) → Printer Features → List/Test Print → Configuration Page User Tools (123) → System Settings → Interface Settings → Network → Machine IPv4 Address User Tools (123) → Maintenance → Counter → Print

The configuration page lists IP, MAC, firmware version, installed options, page counters per tray. First thing I print on any unfamiliar Ricoh.

From your laptop on the same VLAN

# Reachability ping <printer-ip> # SNMP printer status (use the community string from WIM) snmpwalk -v2c -c public <printer-ip> 1.3.6.1.2.1.43.10.2.1.4.1.1 # Page counter via SNMP snmpget -v2c -c public <printer-ip> 1.3.6.1.2.1.43.10.2.1.4.1.1 # TCP 9100 (raw print port) reachable? nc -zv <printer-ip> 9100 # IPP reachable? curl -v http://<printer-ip>:631/printers/

From a Windows print server

Get-Printer | Where-Object Name -Like '*Ricoh*' Get-PrintJob -PrinterName 'Ricoh-MP-C3504-Floor2' Restart-Service Spooler

On enterprise Ricoh models (Smart Operation Panel)

# SSH (if enabled, default user is admin, password set during init) ssh admin@<printer-ip> # Then on the prompt: status sys version net info log dump

The Telnet / SSH surface is brand-quirky: many menu options are not searchable in Ricoh's public docs because the firmware is OEM-rebranded. Use the WIM UI as your primary management surface; drop to SSH only when the panel UI lies about the state.

Real cleaning / wear errors and the fixes

India compliance and deployment notes

A few rules I follow on every Ricoh deployment in India:

A deployment I did in Delhi

Delhi school admin office, single Ricoh MP 2014AD, three years old, running on a five-rupee dust environment (open windows, near a busy road). The printer was jamming every fifty pages and the school had been buying paper assuming the paper was bad. It was not. The pickup rollers were glazed and the registration sensor was filthy.

Ninety minutes of cleaning: vacuum, damp lint-free cloth on rollers, dry swab on the sensor, reseat the drum. No parts replaced. Test print of two hundred pages, zero jams. Bill: INR 1,800.

I left them with a Q-tip box and a small bottle of distilled water and a one-page cleaning runbook. The school clerk now does the rollers every quarter; jams have not returned in a year.

FAQs extended

How much does a Ricoh service call cost in India?

City-dependent. Bengaluru / Mumbai / Delhi run INR 1,500-3,000 for the call-out, plus parts. Tier-2 cities run INR 1,000-2,000. AMC customers usually pay zero call-out and only the wear-and-tear parts not covered.

Are aftermarket Ricoh consumables safe?

Genuine cartridges are safer for warranty and consistency. Aftermarket can save 30-50 percent up front but page yield is lower, colour is less stable, and a leaking aftermarket cartridge can damage a drum (INR 8,000+ to replace) and void the AMC. I never recommend aftermarket on production-critical machines.

What is the lifetime expectation of a Ricoh MFP?

Mid-range Ricoh MFPs hit their rated monthly duty cycle for 5-7 years with regular preventive maintenance. After that, parts get expensive and reliability drops. Budget a refresh in year six.