How to set scan resolution and color depth on Ricoh
By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30
What this guide covers
Configure this scan-to-X workflow on your Ricoh printer.
Step-by-step
- On the panel or app, navigate to Scan → Resolution.
- Standard text: 300 dpi.
- Photo with text: 600 dpi.
- Archival / high-quality photo: 1200 dpi.
- Colour: choose Colour / Grayscale / Black-and-white depending on document.
- Higher resolution = larger file size and slower scan; pick the lowest that's good enough.
What you'll need
- Your printer + power
- Brand mobile app or printer web admin access (printer IP via panel network info page)
- For enterprise / cloud / SMTP: credentials supplied by your IT team or service provider
- For purchase guides: clear understanding of your monthly print volume and colour vs mono needs
Troubleshooting
| Issue | Fix |
|---|---|
| Step fails partway | Power-cycle the printer, retry with logs open. |
| Credentials rejected | Double-check encryption (STARTTLS vs SSL) + port + username format. |
| Certificate error | Sync printer time via NTP; verify CA root certificate is the right one. |
| Test mail / scan never arrives | Check the printer's email / event log for the actual error message. |
Frequently asked questions
Does this guide apply to my specific model?
The procedure is the standard one for the brand. Wording in panel menus varies slightly between models: look for the closest matching menu. Vendor support sites have model-specific articles.
Is the configuration retained after a firmware update?
Usually yes, but enterprise WiFi credentials sometimes get cleared. Document your settings before any update.
Can I script this for a fleet of printers?
Most brands expose a SOAP or REST API on the embedded web server. Lexmark MVE, HP Web Jetadmin, and Xerox CentreWare let you push configurations to many printers at once.
Where do I see the brand's authoritative procedure?
The brand support site indexed for your exact model. Wording in panel menus varies between models.
Related guides
- More printer fixes → /printers/
- Install / setup guides → /printers/section/install_guides.html
Related fixes
Related guides worth a look while you sort this one out:
- How to set scan resolution and color depth on Brother
- How to set scan resolution and color depth on Canon
- How to set scan resolution and color depth on Epson
- How to set scan resolution and color depth on HP
- How to set scan resolution and color depth on Lexmark
- How to set scan resolution and color depth on Samsung
References
- Brand support documentation for your model
Reference material, not professional advice. When in doubt, call brand authorised service.
Common patterns we see
When this symptom shows up on this unit, 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 this device:
- Unplug from mains for any internal-access procedure.
- Discharge stored energy (capacitors in PSUs, residual battery charge) per manufacturer guidance.
- Use ESD-safe handling for boards and modules: no carpet, no wool sleeves.
- Avoid moisture; never apply liquids near vents or connectors.
- If you smell smoke, see scorch marks, or feel uneven heat, stop and escalate.
How to confirm it's actually fixed
On the affected device, the test is rarely "reboot and see". Use this list:
- Active reproduction: trigger the original failure path on purpose.
- Indirect reproduction: do an activity that would expose the same subsystem.
- Status indicator review: every LED / display / app status should be green.
- 24-hour soak: leave the device under normal load overnight; check the next morning.
- Telemetry check: review the device or app's diagnostic log for new error entries.
Escalation guide
For the device in front of you, the right escalation depends on impact:
- Cosmetic / minor: log a ticket via the How app or web portal. Response 1-3 business days.
- Mid-impact: phone support. Have your serial number ready.
- Critical (production down, safety issue): in-person dealer / TAC visit. Bring proof of purchase.
- Out of warranty: third-party repair shop with manufacturer-certified technicians.
More frequently asked questions
Does this affect other devices on my network?
Generally no. The procedure is local to this device. Network-side changes (firmware updates that affect TLS, SMB, or routing) are flagged explicitly in the steps.
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.
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.
Topology deep dive: where the scan job actually flows
Scan jobs feel local but they are not. When a user presses Start on the Ricoh's panel, the controller in the printer (a small Linux board running Ricoh's eDC firmware) reads pages, encodes them as PDF or JPEG, then opens a TCP connection out of the printer to either an SMB share, an SMTP relay, an FTP server, or a cloud destination. The whole path matters: if the printer cannot resolve DNS, cannot reach the destination, or cannot authenticate, you get an obscure error on the panel and zero log information.
In a Chennai logistics office I rebuilt last quarter, the Ricoh IM C2000 scanned to an SMB share on a Windows Server 2019 file server. The share was on the same VLAN, no firewall between them, and SMB1 was disabled per MeitY guidance. Worked instantly. In a Delhi school where the Ricoh sat in the staffroom VLAN and the file server was in the admin VLAN, scan-to-folder failed because the inter-VLAN ACL on the L3 switch did not allow TCP 445 across. Twenty minutes of packet capture using mirror port and tcpdump on a laptop showed the SYN going out and RST-ACK coming back. Fix: one line in the ACL. Time billed: one hour.
Document the scan path. Source VLAN, destination IP, destination protocol, ACL gate. If any of those is wrong, the panel error tells you nothing useful.
Configuration walkthrough: scan destination that does not bite back
Three destinations cover ninety percent of jobs: SMB share, email, and cloud (Google Drive, OneDrive, Dropbox). All three start in Address Book on Web Image Monitor.
- Address Book → Add User → Folder. Protocol SMB, Path UNC (\\fileserver\scans\sales), Auth as the scan service account (scan-svc@corp.local works on Windows AD).
- Test from the WIM Connection Test button before saving. If it returns OK, the path resolves and the credentials work. If it says authentication failure, the account is locked or in the wrong AD group.
- For email destinations, add an email address under Address Book → Email. The from-address pulled from SMTP settings has to match your domain or the mail bounces.
- For cloud destinations, enable the relevant Ricoh app (Smart Operation Panel, Application Site). Authenticate once via the panel, OAuth tokens persist across reboots unless the provider rotates them.
Always create a dedicated scan-svc account, never a real user. When the user leaves the company and HR disables the account, scan stops for the whole office. I have seen this exact failure four times in three years. Pick the account name, document it in the office runbook, and rotate the password every ninety days.
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 scan error codes I have hit and the fixes
- 5-19: SMB destination unreachable. Ping the file server from the printer's network, check VLAN ACL.
- 5-22: authentication failure on SMB. The scan service account is locked or wrong password.
- 5-30: destination disk full. Free space on the file share.
- Email Aborted: SMTP server rejected the message. Check the SMTP error log in WIM.
- SC899 / SC840: TLS / certificate validation problem. Upload the right CA root and verify NTP.
India compliance and deployment notes
A few rules I follow on every Ricoh deployment in India:
- DPDP Act 2023: any scan that contains PAN, Aadhaar, or customer KYC is personal data. Store it on an encrypted share, never on the printer's local hard disk. Enable Data Overwrite Security (DOS) on enterprise Ricoh models; it wipes the spool image after the job. Comes free on most MP/IM series. Configurable in Web Image Monitor → Configuration → Security → Data Overwrite Security.
- Authorised service partner: Ricoh India (ricoh.co.in) has direct service in 18 cities. Outside that, an Authorised Service Provider takes the call. Keep the AMC certificate where you can find it; service calls without AMC routing run INR 1,500-3,000 just for the visit.
- GST invoice: any genuine consumable from a Ricoh-authorised dealer comes with a GST invoice. If you are claiming input tax credit, get the invoice in the company's GSTIN. Aftermarket cartridges from grey market sellers do not give compliant invoices.
- E-waste: cartridges, drums, and end-of-life printers fall under E-Waste Management Rules 2022. Ricoh's take-back programme covers their own consumables. Do not throw cartridges in office waste; the fine is INR 25,000 per incident if caught during a CPCB audit (rare but I have seen it once at a Hyderabad SEZ unit).
- Power: Ricoh A3 MFPs draw 1.5 kW peak. Plug into a dedicated 16 A socket, not a shared strip. UPS-grade isolation transformer is overkill for a printer; a stabiliser is enough.
A deployment I did in Pune
Pune CA practice, sixteen partners and forty staff, ran on three Ricoh MP 2014AD MFPs. Scan-to-folder was wired up on day one, and worked for nine months until the IT team rotated the scan service account password without telling anyone. Suddenly every scan failed with error 5-22.
The fix took twelve minutes once I had the new password. Web Image Monitor → Address Book → Folder destination → update credentials. Save. Tested by scanning a single page from the panel. Worked.
The bigger fix took two days: document the scan service account in the office runbook, write a short README on what to update when the password rotates, and enrol the service account in the password rotation calendar. The practice manager pays INR 1,200 a month for managed support; this exact incident is what justifies it.
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.
How do I keep scan destinations from breaking when the file server name changes?
Use a DNS alias (CNAME or A record) for the scan-target name. printscan.corp.local points at the real file server. When you migrate servers, repoint the alias. No printer reconfiguration needed.
What is the right scan resolution?
200 dpi for everyday B&W documents, 300 dpi for documents that will be OCR'd, 600 dpi for archive-quality. Higher resolution multiplies file size; 600 dpi colour scans can hit 50 MB per page.