Depot Troubleshooting Guide
- Free 90-Day Warranty
- 5 In-House Technicians
- 20+ Brands, 100s of Models
- Phoenix, AZ Repair Depot
- No Maintenance Contract Required
- Updated August 18, 2026
Most Honeywell scanner faults are configuration, not hardware. Before you box anything up, three checks resolve the majority of them: confirm the interface mode, restore the scanner's defaults, and verify the symbology is enabled. This guide covers the eight Honeywell scanner problems our technicians field most often, the reset sequence for each device class, and the specific point where a settings problem becomes a bench repair.
The complication with Honeywell is that "a Honeywell scanner" is really four different product lineages wearing one name. Sterling Mobile Services repairs all of them at our Phoenix depot — Xenon and Granit corded units, Dolphin handhelds, CK-series mobile computers, and Thor vehicle-mount terminals. The fix for a scanner that won't send an Enter keystroke is nothing like the fix for a Thor VM1 that won't hold a Wi-Fi association, and knowing which lineage you're holding tells you which path to take.
Start Here: Which Honeywell Are You Actually Holding?
The nameplate on the device determines the reset method, the operating system, and where the documentation lives — so identify it before you troubleshoot anything. Honeywell absorbed four separate barcode manufacturers between 2007 and 2013, and each brought its own configuration model with it. A warehouse can easily run three of these lineages side by side and need three different procedures.
| Nameplate on device | Typical models | How it's configured | Reset path |
|---|---|---|---|
| Honeywell (corded / cordless scanner) | Xenon 1900/1950, Granit 1910i, Voyager 1200g, Genesis 7580 | Scanning programming barcodes from the model's user guide | Scan the defaults barcode in the guide |
| Hand Held Products (HHP) | Dolphin 9500, 9550 handhelds | On-device settings plus programming barcodes | Warm boot, then cold boot — combo varies by model |
| Metrologic | MS-series counter and presentation scanners | Programming barcodes; some models via serial utility | Scan the defaults barcode in the guide |
| Intermec | CK3/CK3R/CK3X, CK65, CK71, CN70, CT60 | Device OS settings (Windows CE/Mobile or Android) | Button combination — differs by OS generation |
| LXE | MX7, VX6, VX7, Thor VM1 / VM1A vehicle-mount | Device OS settings; peripheral scanner configured separately | Power + Volume Down on Android units |
The practical consequence is that a "Honeywell scanner won't scan" ticket splits into two entirely different investigations. On a corded Xenon, the scan engine and the configuration are the same object and a defaults barcode usually fixes it. On a CK65 or a Thor, the scanner is a peripheral inside a computer, and the fault could be the engine, the OS scanning service, or the application receiving the data. Our guide to the Honeywell CK71 covers that model family specifically.
My Honeywell Barcode Scanner Isn't Working. What Should I Do?
Run these five checks in order — each one rules out a cause that would otherwise imitate a hardware failure further down the list. Most units that arrive at our depot as "dead" fail somewhere in the first three.
- Confirm the scanner is powered. Look for the aimer illumination or the ready LED. A corded scanner drawing no power from the host port is a cable or port fault, not a scanner fault — swap both before anything else. Honeywell documents this state in its scanner shows no activity or illumination support article.
- Test against a known-good barcode. Print a fresh label. A scanner that reads a clean test barcode but fails on your stock has a symbology or print-quality problem, not a hardware one.
- Restore the scanner's defaults. On corded and cordless models this means scanning the defaults barcode from your model's user guide. This clears the single largest category of faults we see: a configuration someone changed months ago and nobody documented.
- Check the interface mode. A scanner set to serial or COM-port emulation when the host expects USB keyboard input will read barcodes perfectly and put nothing on the screen. The beep is the giveaway — it decoded, the data just went somewhere you aren't looking.
- Verify the symbology is enabled. Scanners ship with common symbologies on and less common ones off. If a scanner reads your UPC labels but ignores your Code 128 or GS1 DataBar stock, the symbology is simply switched off in the configuration.
The one-second diagnostic
Does it beep? A beep means the scan engine fired, decoded the barcode, and transmitted. If you get a beep and no data, the problem is downstream — interface mode, cable, driver, or the receiving application. If you get no beep and no aimer light, the problem is the scanner. That single question separates a five-minute settings fix from a shipment to the depot.
How Do I Reset a Honeywell Barcode Scanner?
The reset method depends entirely on device class, and using the wrong one is why people conclude a scanner is dead when it isn't. Corded and cordless scanners have no reset button — you reset them by scanning a barcode. Handheld computers reset by button combination. There is no universal sequence across the Honeywell range.
| Device class | Reset method | What it clears | Do this first |
|---|---|---|---|
| Corded scanner (Xenon, Voyager, Granit, Genesis) | Scan the factory defaults barcode printed in the model's user guide | Interface mode, suffixes, symbologies, all custom programming | Note your current interface mode — defaults may not match your host |
| Cordless scanner and base | Defaults barcode, then re-pair the scanner to its base | Configuration plus, on some models, the pairing link | Keep the base powered; you'll need to re-link afterward |
| Android handheld (CK65, CT60, EDA series) | Hold Power + Volume Down until the Honeywell logo appears | A hung OS state; a full factory reset also clears user data | Back up on-device data — a factory reset wipes it |
| Android vehicle-mount (Thor VM1A, VM3A) | Remove power, then hold Power + Volume Up until it restarts | A frozen terminal; repeated need points to backup power failure | Check the internal backup battery or capacitor first |
| Windows CE / Mobile Intermec (CK3, CK71, CN70) | Warm boot first, cold boot only if that fails — combos vary by model | Warm boot clears memory; cold boot returns to the OS image | Check your model's guide — the sequence is not shared across models |
Two cautions worth stating plainly. First, restoring defaults on a corded scanner wipes every customisation, including the interface mode that made it work with your host — so record the current settings before you reset, not after. Second, on the legacy Windows CE and Windows Mobile Intermec units, a cold boot is genuinely destructive to anything held in device memory. Those devices run an operating system Microsoft stopped developing years ago, which means no recovery path if something goes wrong mid-boot. Treat a cold boot on a CK3 or CK71 as the last option, not the first.
Why Is My Honeywell Scanner Not Hitting Enter After a Scan?
The scanner isn't broken — it has no suffix configured, so it transmits the barcode data and stops. Your database or spreadsheet is waiting for a carriage return that the scanner was never told to send. This is the single most common "faulty scanner" report we receive that turns out to be a two-minute configuration change.
Honeywell scanners transmit exactly what they're programmed to transmit: an optional prefix, the decoded data, and an optional suffix. A suffix is simply a character appended after the data — a carriage return, a tab, or a line feed. Out of the box many models send no suffix at all, because the correct one depends on what the receiving application expects.
- Carriage return (CR) — behaves like pressing Enter. This is what most inventory, WMS, and point-of-sale fields want.
- Tab — advances to the next field. Use this when scanning into multi-field forms rather than submitting a single entry.
- Carriage return + line feed (CRLF) — required by some terminal emulation and legacy serial applications.
- No suffix — correct when the application handles the line break itself, which is why it's a common default.
Fix it by scanning the suffix programming barcode from your model's user guide, or by pushing the setting from a PC using Honeywell's scanner configuration software. If the scanner previously sent Enter and stopped, someone almost certainly scanned a defaults barcode, and the suffix went with it. On Android handhelds the equivalent setting lives in the on-device scanning configuration rather than in a programming barcode — check the Honeywell settings menu under scanning before assuming a hardware fault. Our tech support line can walk through the suffix setup with you over the phone.
Honeywell Scanner Not Scanning, Not Turning On, or Reading Erratically
Match the symptom to its most likely cause before you order parts or ship a unit, because several of these look identical from the outside and have completely different fixes. The table below reflects what our technicians actually find when these devices reach the bench.
| Symptom | Most likely cause | 60-second test | Fix |
|---|---|---|---|
| No aimer light, no beep, no LED | Cable, host port, or power supply | Swap cable and port; try a second host | Replace cable. Still dead on a known-good port means a bench repair. |
| Aimer lights, no beep on any barcode | Scan engine or window contamination | Clean the window; scan a fresh printed label | Clean with a non-abrasive cloth. Persisting means scan engine replacement. |
| Beeps but nothing appears on screen | Interface mode or missing suffix | Open a plain text editor and scan | Set the correct interface mode and add a CR suffix. |
| Reads some barcodes, ignores others | Symbology disabled, or poor label quality | Test the failing code on a second scanner | Enable the symbology. If both scanners fail, fix the label printing. |
| Reading range has degraded over months | Scratched or hazed scan window | Inspect the window under a light at an angle | Clean first. Deep scratches need window or engine replacement. |
| Cordless unit drops connection | Battery ageing or lost base pairing | Test in the cradle on a fresh battery | Replace the battery, then re-pair to the base. |
| Handheld won't charge or holds no charge | Contact corrosion or a battery past its cycle life | Inspect contacts; try a known-good battery | Clean contacts. Batteries typically need replacing after several hundred cycles. |
| Intermittent faults after a drop | Internal connector unseated or a cracked board | None — do not keep power-cycling it | Bench repair. Continued use can turn a reseat into a board replacement. |
Settings Problem or Bench Repair? Where the Line Actually Falls
The dividing line is repeatability: a fault that survives a defaults restore on a known-good host is hardware, and a fault that doesn't is configuration. That test costs you five minutes and saves a round trip. If you've restored defaults, swapped the cable, tested a second host, and cleaned the window, and the symptom is unchanged, stop troubleshooting — further resets won't help and repeated power cycling on a physically damaged unit makes the repair larger.
Three symptoms skip the settings stage entirely and should go straight to a bench: physical damage after a drop, liquid ingress, and a device that won't retain settings through a power cycle. That last one indicates failing memory or a logic board fault, and no amount of reconfiguration will hold.
Arizona operations have an extra failure mode worth naming. In non-climate-controlled warehouses along the I-10 and Loop 202 corridors, summer ambient temperatures routinely run above the range these devices are rated for, and fine dust bonds to the scan window and works into charging contacts and connector seals. We see contact corrosion and window hazing here at rates that surprise operators who moved fleets in from cooler climates. Wiping windows and contacts weekly is the cheapest maintenance program available, and it is genuinely the difference between a five-year device and a three-year one.
When a unit does need the bench, every Honeywell-family device runs the same four-stage process at our Phoenix depot — teardown, cleaning, part replacement, and testing to manufacturer specifications — performed by our five in-house technicians. Repairs are quoted flat-rate or per-incident and approved before any work starts, with no maintenance contract required. Terms are on our warranty and returns page.
If your device is a discontinued Intermec, LXE, HHP, or Metrologic unit that Honeywell no longer services, that has its own path — see Honeywell end-of-life repair for which families are past end of service and still repairable. Current-generation hardware goes across the same bench via our main barcode scanner repair service. Vehicle-mount units like the Honeywell Thor VM1 are covered under our vehicle-mount computer work.
Honeywell Scanner Troubleshooting FAQs
Why is my barcode scanner not working at all?
Check power first: if there is no aimer illumination and no ready LED, the scanner is receiving nothing from the host and the cable or port is the most likely cause. Swap both before anything else. If the scanner lights up but won't read, restore its defaults by scanning the factory defaults barcode from the user guide, then confirm the interface mode matches your host. Those three steps — power, defaults, interface — resolve most units that arrive at our depot described as dead.
How much does Honeywell barcode scanner repair cost?
We quote flat-rate or per-incident pricing on every repair before any work begins, and no maintenance contract is required. The cost depends on the device family and the failed component — a scan window or battery is a different job from a scan engine or a logic board. Send us your part numbers and a description of the symptoms and you will get pricing before you commit. Every completed repair carries a free 90-day warranty on parts and labour.
Where can I find the manual for my Honeywell scanner?
User guides sit under Honeywell's product support pages, indexed by exact part number rather than model family, which is why searching by model name alone often fails. If your device is discontinued, check Honeywell's discontinued products listing or its Productivity Solutions support services. The programming barcodes you need for defaults, interface mode, and suffixes are printed inside that guide. If you can't locate it, call us with the part number — we work with these devices daily.
Does Honeywell still repair discontinued Intermec and LXE scanners?
Not once a model has passed end of service. After that point the manufacturer no longer services the unit or issues firmware for it, and repair moves to independent depots. Sterling Mobile continues repairing legacy Intermec, LXE, Hand Held Products, and Metrologic hardware that Honeywell no longer accepts, including the CK3, CK71, MX7, and Thor VM1 families.
Can I drop my Honeywell scanner off in Phoenix instead of shipping it?
Yes. Our depot at 5631 S 24th St sits in the South Phoenix industrial corridor near Sky Harbor, and businesses across Phoenix, Tempe, Chandler, Mesa, Scottsdale, and Glendale drop off and collect in person rather than shipping. Local drop-off removes both freight legs and, through an Arizona summer, keeps hardware out of an un-airconditioned delivery truck. Customers outside the metro ship units in from anywhere in the US — follow our repair packing list so nothing stalls at intake. More on the facility itself is on our Phoenix repair depot page.
Still Down? Send It to Our Phoenix Depot
Five in-house technicians, 20+ brands and 100s of models serviced, and a free 90-day warranty on every repair. Ship it in from anywhere in the US, or drop it off in South Phoenix. If repair isn't the right call, we'll tell you — and quote a refurbished replacement at 25–50% below the cost of new instead.
Call (480) 785-4711 → Request a Free Quote Today! →Waiting on a repair during a peak week? Short-term equipment rentals cover the gap. Have units you'd rather retire than fix? Our equipment buyback program takes surplus hardware, working or not.
Phone: (480) 785-4711 · Fax: (480) 785-4717 · info@sterlingmobile.com
5631 S 24th St, Phoenix, AZ 85040
Mon–Fri 8:00 AM – 5:00 PM Arizona time (MST, no daylight saving) · Sat–Sun closed
Last updated: August 18, 2026
raul LopezSeptember 25, 2020Trustindex verifies that the original source of the review is Google. Had a good experience. Arnold SlaughterFebruary 25, 2020Trustindex verifies that the original source of the review is Google. Great place to eat John CuevasOctober 1, 2019Trustindex verifies that the original source of the review is Google. Friendly service Bob LeoDecember 19, 2017Trustindex verifies that the original source of the review is Google. Great customer service!