Maintenance

How to clean pickup rollers on a Epson Printer

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

⚡ At a glance
Printer brandEpson
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.

Epson EcoTank + WorkForce series dominate the Indian ink-tank refill market. Epson Smart Panel handles setup and maintenance. Service via epson.co.in.

Step-by-step: how to clean pickup rollers on a Epson 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 Epson printer's menu looks different?

Epson uses slightly different menu wording across model years. The structure is similar, look for the closest matching menu. If lost, the Epson 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 Epson authorised service.

Common patterns we see

When this symptom shows up on this device, three patterns repeat:

1. Recent firmware update changed behavior: the symptom started within a week of an OTA push. Rollback or wait for the hotfix. 2. Environmental trigger, temperature, humidity, line voltage, network changes. Look at what changed in the environment. 3. Cumulative wear. components like batteries, gaskets, fans degrade over time. Replace the consumable rather than chasing a software fix.

Knowing which pattern applies saves time on the wrong fix.

Safety + preconditions

Before any work on the device in front of you:

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.

What if my model isn't exactly the same revision?

Cross-check the model code on the rating plate against the manufacturer support page. Major firmware generations sometimes shift the menu path; the option is usually under a similarly-named section.

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).

Can I roll this back if something breaks?

Yes for software-level changes (firmware rollback, config rollback). Hardware changes are usually one-way. Always back up settings before starting.

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 at our print shop

Our shop near Indiranagar runs two Epson workgroup units, a WorkForce Pro WF-C5790 for invoices and an EcoTank L15150 for the colour photo counter, hanging off an unmanaged 8-port switch upstream of the Jio Airfiber ONT. I keep both on a 192.168.29.0/24 segment with static DHCP reservations, the Pro on .41 and the EcoTank on .42, because shop assistants kept typing the wrong IP when the lease rolled over. The Jio router does the WPA2-Personal SSID for walk-ins and a separate 802.1x SSID for our backend Acer laptop running the queue manager.

For the cabling I went with a 5m Cat6 patch from D-Link, INR 320 a length on Amazon, terminated into a wall jack so the cleaning lady cannot kick it out. Power goes through a 1 kVA Microtek line-interactive UPS because the Bengaluru BESCOM grid still flickers around 7 pm during peak load. The Epson units pull around 32 W idle and spike to 540 W on the fuser cycle, the UPS holds them for about 9 minutes which is enough for a graceful shutdown if the outage looks long.

The print queue itself lives on a Windows 10 LTSC mini-PC running PaperCut NG community build. I expose the printers over IPP at port 631 and Bonjour for the iPhones customers bring in. Bandwidth is not a concern, even a 28-page colour PDF tops out around 14 MB on the wire, but I learnt the hard way to put the printers on a wired link rather than the 2.4 GHz radio after watching the EcoTank time out mid-job when the microwave in the next-door kirana shop kicked on.

Configuration walkthrough I actually use

I open Web Config by typing the printer IP into Edge on the counter laptop. For the Epson WorkForce Pro line, you get the embedded HTTPS admin on port 443 by default. The first login uses the unit serial as the password, which I rotate to a 14-character mixed string stored in a Bitwarden vault for the shop. If you have a fleet, EpsonNet Config 4 on Windows lets you push a single XML config to many units, I usually script it through PowerShell on a scheduled task at 2 am Sunday.

The critical settings for an Indian print shop are: time zone Asia/Kolkata with NTP pointed at pool.ntp.org, paper size A4 default with the cassette confirming 210 x 297 mm, sleep timer at 5 minutes (anything shorter wears the wake circuit), and IPP plus AirPrint enabled while LPD and FTP go off because they leak the queue list. For the EcoTank tank-based units I also tick the "Notify ink low" SMTP alert pointing at a Gmail relay so I get a WhatsApp ping the moment any tank drops below 25 percent.

# Common Web Config endpoints for Epson WorkForce Pro / EcoTank GET https://192.168.29.41/cgi-bin/sysinfo.cgi # device status POST https://192.168.29.41/cgi-bin/setconfig.cgi # apply config XML GET https://192.168.29.41/PRESENTATION/HTML/TOP/PRTINFO.HTML # EpsonNet Config CLI (Windows install dir) ENC.exe /search /timeout 5 ENC.exe /push /file shop_baseline.xml /target 192.168.29.41 ENC.exe /push /file shop_baseline.xml /target 192.168.29.42

For the L15150 specifically, the rear USB B port also works at 480 Mbps for fallback. I keep a spare 1.8 m AmazonBasics USB B cable, INR 240, taped to the back of the unit, the day the switch died from a lightning surge in May 2025 we drove walk-in print jobs straight off USB for six hours until I could swap the switch.

Troubleshooting commands by platform

From the counter laptop, the first thing I run when a customer says "the print did not come out" is a panel status fetch. Web Config exposes the same JSON the LCD shows, which beats walking to the unit every time. For Linux print server boxes (we ran a Ubuntu 22.04 LTS box for two years before I moved to Windows for vendor support), CUPS exposes the same state through lpstat.

# Windows side, on the print server Get-Printer -Name "EpsonWFC5790" # state + share name Get-PrintJob -PrinterName "EpsonWFC5790" # queued jobs Restart-Service -Name Spooler -Force # clears stuck jobs # Linux CUPS side lpstat -p EpsonWFC5790 -l # printer state + reason lpstat -o EpsonWFC5790 # job queue cancel -a EpsonWFC5790 # flush all jobs # Direct to the device, via curl from any laptop on the LAN curl -sk https://192.168.29.41/PRESENTATION/HTML/TOP/PRTINFO.HTML | grep -i "status" curl -sk https://192.168.29.42/cgi-bin/sysinfo.cgi | python -m json.tool

For ink and toner counter issues, the WorkForce Pro line throws error code 0xEA when waste ink pad reaches end-of-life, and code 0x10 when the cartridge chip is rejected. The EcoTank L-series logs error E-01 for a missing rear feed sensor and W-13 for a tank refill detection mismatch. I keep a Google Doc cheat sheet on the counter laptop mapping each code to a fix, the doc has saved us about 40 minutes per incident over the last 18 months.

India deployment notes and pricing

The Epson WorkForce Pro WF-C5790DWF retails at INR 84,990 on Amazon Business as of June 2026, and the EcoTank L15150 sits at INR 1,12,500. Our shop bought both during the GST quarter-end window, the dealer in SP Road threw in an extra year of on-site AMC for INR 7,500 which has paid for itself twice already. Genuine Epson 008 ink bottles for the EcoTank are INR 549 per 70 ml on Amazon, third-party bottles from sellers like InkTec on IndiaMART start at INR 180 but I do not stock them for customer-facing work because the colour drift shows up inside two weeks.

For business compliance, we file the printer as a fixed asset under MeitY-approved IT equipment, 40 percent depreciation per year on a written-down basis under section 32 of the Income Tax Act. The GST on printer purchase is 18 percent and input credit comes back through the shop GSTIN. For DPDP Act compliance on customer documents, I keep the print job retention at 24 hours on the spooler and purge with a scheduled task, no print job sits on the disk longer than a day.

If you operate in a Tier-2 town with BSNL Bharat Fiber rather than Jio, the latency to Epson Connect cloud sits around 240 ms versus 60 ms on Jio. Cloud-printed jobs over Epson Connect can take 8 to 12 seconds to land in the spooler on BSNL, customers will assume the job failed and re-submit. I added a "wait 15 seconds before retrying" sticker on the counter just for that.

Real-world deployment I did last month

A friend who runs a CA office in HSR Layout asked me to set up a new Epson EcoTank L3250 for his GST filing prints. The unit landed on a Tuesday morning, fresh from Croma, INR 16,990 with the cashback. He needed it to print across four CA articles on Windows 11 laptops and one MacBook Air that one of the partners uses. I drove down at 9 am, finished by 11:15 am, here is exactly what I did.

Out of the box I removed the orange transit tape on the printhead carriage and the eight orange plugs on the underside of each ink tank. The L3250 tanks accept the Epson 003 bottles, I poured all four bottles slowly because the cyan tends to glug if you go fast and the splatter ruins the front bezel. The initial charge took 11 minutes during which the panel showed a progress bar at 0xC0 to 0xFF, normal behaviour, no need to power-cycle.

Wi-Fi setup went through the Epson Smart Panel app on his iPhone, I keyed in the office WPA2 password (24 characters, the CA partners take security seriously) and the unit pulled DHCP on 192.168.1.107. I switched it to a static reservation in the JioFiber router. Driver install on the four Windows laptops took two minutes each via the Epson L3250 driver pack v2.65a downloaded from epson.co.in, and the MacBook just discovered it via AirPrint without any driver. Total cost for the morning, INR 16,990 for the unit, INR 0 for me because he fed me a Davanagere benne dosa for breakfast.

Epson quirks worth knowing

The WorkForce Pro line uses pigment ink which water-fixes faster than dye but smudges if you stack pages before they dry for about 20 seconds. The EcoTank L-series uses dye ink which dries quickly but fades faster in direct sun. For shop signage that lives in a window, neither is right, that work goes to the Brother MFC-J3940DW with sublimation paper instead. The Epson XP-960 photo unit we used to run is discontinued in India as of late 2025, replacement is the EcoTank Photo ET-8550 at INR 56,990 if a customer asks.

One more quirk, the Epson driver on Windows 11 sometimes registers two queues for the same unit if you swap USB and LAN. I now run a one-liner in PowerShell after any switch: Get-Printer | Where-Object Name -like "*Epson*", drop duplicates with Remove-Printer, then re-add via the right port. Takes 40 seconds and saves a confusing print job that goes "to nowhere".

Extended FAQs from the counter

How long do the EcoTank ink bottles last in a small shop?

Our walk-in shop runs about 1,200 A4 pages a week, mixed mono and colour. One 70 ml bottle of Epson 008 black lasts roughly six weeks at that volume, the cyan magenta yellow bottles last 9 to 11 weeks because we print more text than photo. At INR 549 per bottle, the monthly ink spend sits around INR 1,400 which is far below the INR 4,800 we used to spend on cartridges for the old WorkForce 3720.

Does the printhead clog if the shop closes for a week?

Mild clog yes, full clog only if the AC dries the air below 35 percent humidity. I run a "Normal" head clean from Web Config the morning we reopen, then a nozzle check, and 95 percent of the time we are fine. Twice in two years I had to run two "Power Clean" cycles back to back, that uses about 3 ml of ink across all four colours so call it INR 32 worth of consumable.

What if BESCOM cuts power mid-print?

The unit halts mid-page, parks the carriage, and resumes the job from the next page when power returns, provided the spooler still holds the file. The UPS gives us a 9-minute window which has been enough for every outage in the last 14 months. If the cut runs longer, the print job is lost from the unit but the Windows spooler retries on next boot.

Can I run the printer on inverter power at home?

Yes, but only sine-wave inverters. The square-wave inverters that come with cheap 850 VA home backup units cause the fuser temperature sensor to misread, the printer throws error 0xE2 and refuses to print. I use a Luminous Zelio 1100 sine wave at my own home and the EcoTank L3210 there runs without complaint.

Is the cloud print option safe for invoices with PAN and Aadhaar numbers?

Epson Connect uses TLS 1.2 in transit and the job is wiped from Epson servers after 24 hours per their privacy policy. For DPDP-sensitive jobs I still prefer LAN printing because the data never leaves your premises. For occasional remote prints from a partner laptop on the move, cloud is acceptable.