MikroTik CRS305 power supply failed: Diagnose & Fix
By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30
| Vendor | MikroTik |
|---|---|
| Operating system | RouterOS |
| Category | Hardware Failure |
| Skill level | Intermediate to advanced |
| DIY-able? | Yes with CLI access; some scenarios need MikroTik Support + RMA. |
When a MikroTik CRS305 starts misbehaving, the temptation is to reboot and hope. Resist it. Capture `/system resource print` and `/system health print` first; that 30-second buffer is the difference between a real root cause and another reload at 3am next week.
RouterOS has a habit of logging the actual failing component into the system log seconds before the LED transitions. Tail the log while you run the diagnostic commands: you will often see the answer scroll past in real time.
Below is the exact sequence I run on customer gear. Steps are ordered cheapest-first so you exit early if it really is just a loose cable.
What this guide covers
Diagnose and recover from power supply failed on a MikroTik CRS305.
Step-by-step
- Confirm which PSU failed.
- Verify the remaining PSU has enough capacity for the device + line cards + PoE budget.
- Note the failed PSU's part number.
- Replace during a maintenance window, most enterprise PSUs are hot-swappable.
- After replacement, confirm both PSUs show OK.
CLI / commands
# Verify hardware state
/system resource print
/system routerboard print
/system health print
# Collect for MikroTik Support
/system identity print + /log print + /system resource print
When to RMA
- Repeated failure after re-seat and power-cycle
- Visible burn, scorching, or physical damage
- POST or memory diagnostic failure
- Hardware crashinfo without a software workaround
Frequently asked questions
Will this work on my specific RouterOS version?
The procedure reflects current RouterOS behaviour. Older releases may need minor syntax adjustments. use the CLI help (? or tab-completion) to verify.
Should I open a MikroTik Support case immediately?
Open one if you suspect hardware failure or the symptom persists after a maintenance-window reload. Make sure your support entitlement is active first.
Where can I find the MikroTik official documentation?
https://help.mikrotik.com, search the product family + feature name.
Is this procedure safe in production?
Test in a lab or maintenance window first. Capture pre-change state so you can roll back.
Related guides
- All MikroTik fix guides → /mikrotik/
- All vendor guides → /vendors/
Related fixes
Related guides worth a look while you sort this one out:
- MikroTik cAP ax power supply failed: Diagnose & Fix
- MikroTik CRS112 power supply failed: Diagnose & Fix
- MikroTik CRS125 power supply failed: Diagnose & Fix
- MikroTik CRS309 power supply failed: Diagnose & Fix
- MikroTik CRS317 power supply failed: Diagnose & Fix
- MikroTik CRS326 power supply failed: Diagnose & Fix
References
- MikroTik support portal: https://www.mikrotik.com/support
- MikroTik knowledge base: https://help.mikrotik.com
- MikroTik security advisories: https://mikrotik.com/download/changelogs
- Open a case: https://www.mikrotik.com/support
Reference material, not professional advice. Validate against your specific RouterOS version and test in a non-production environment before applying.
Why this matters for your day-to-day
A MikroTik device that's misbehaving costs more than the fix itself: lost productivity, missed calls, security risk, even safety risk in some categories. Treating the symptom quickly with a documented procedure is cheaper than letting it persist. The steps above are written to get you back to working in under an hour where possible, and to flag clearly when escalation is the right call.
Before you start
A few things to confirm so the MikroTik device fix goes cleanly:
- Latest firmware downloaded if you're going to update.
- Warranty + support contract status checked: opening sealed parts may void it.
- Backup of current configuration (where applicable) taken.
- Spare parts on hand if you anticipate replacement.
- Adequate workspace, lighting, and time, rushing causes regressions.
How to confirm it's actually fixed
On a MikroTik 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.
When to call MikroTik support instead
Escalate if:
- The same symptom returns within 24 hours of a clean fix.
- You see physical damage (burn marks, swollen battery, cracked PCB).
- The device is in warranty and a hardware replacement is the cheaper outcome.
- Repair requires specialised tools you don't own (alignment jigs, calibration software).
- Following the official path keeps the warranty intact, which matters more than the time spent.
More frequently asked questions
Will this void my warranty?
Applying official firmware updates and following the user manual will not affect warranty. Opening sealed components, jumping safety circuits, or using third-party parts can void warranty in most jurisdictions.
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.
Is it safe to apply during business hours?
If the device is in production use, apply during a scheduled maintenance window. Most procedures need 2-15 minutes of downtime. Capture pre-change state so you can roll back if needed.
How long does this fix usually take?
Most users complete the steps in 20-45 minutes the first time, and 5-10 minutes on subsequent runs once the menu paths are familiar.
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.
Topology deep dive: where the CRS305 sits in a real ISP rack
Walk into any small ISP I support and you will see the same shape: a 6U rack in a sheet-metal cabinet, a 5 kVA online UPS from Hykon or Su-Kam, a BSNL or Reliance Jio NLD handoff on one corner, and a BSNL franchise ISP at Karur the MikroTik CRS305 sits dead-centre as the L2 + L3 spine. To the south, GPON OLT ports fan out to MDU buildings. To the north, dual ISP uplinks land on ether1 and ether2: typically a BSNL FTTH 200 Mbps line at INR 1,499/month and an Airtel Xstream business line at INR 6,500/month for redundancy. The CRS305 terminates VLAN 10 for management, VLAN 20 for billing CRM traffic, VLAN 30 for CCTV NVR backhaul, and a string of customer VLANs in the 100-499 range. ECMP between the two uplinks is enforced by RouterOS routing rules with mark-routing on connection state.
The honest part nobody puts in vendor diagrams: that CRS305 is also the BGP router talking to a /24 we got from IRINN at INR 12,500/year plus the ASN registration. eBGP sessions land on the same ether1 and ether2. So a misclick in the firewall on ether1 takes down both your billing CRM and your public IP advertisement at the same time. I have done that twice. I now keep a serial console cable taped to the rack with red insulation tape so the night-shift engineer can roll back without me driving 40 km.
Configuration walkthrough: diagnosing PSU failure
The first time a CRS305 threw a PSU failure on me, I was at a co-op ISP in Anantapur during a Sunday RMA visit. I had carried the spare in my backpack across a 6-hour bus ride. The lesson from that day: confirm the fault before you swap. RouterOS will sometimes throw a false alarm if the on-chip thermal sensor is noisy after a brown-out.
# Capture the on-box health before touching anything
/system health print
/system routerboard print
/system resource print
/system resource cpu print
/system resource pci print
/system resource usb print
/log print where message~"fan|temp|psu|overheat|FAULT"
Compare the reported temp against ambient. A CRS305 in a 38 C unconditioned cabinet in Tirupati will run hot legitimately. A CRS305 in a server-room aisle at 22 C reporting CPU temp above 70 C is the actual fault.
Troubleshooting commands by platform
# If on-box health says fault, cross-check from outside
/ping {interface=ether1 count=20 4.2.2.2}
/interface ethernet print stats
/interface ethernet monitor ether1 once
/log print where topics~"hardware|critical"
Spare-part pricing reality from my own purchase orders this quarter: a complete CRS305 unit from a Bengaluru dealer landed at INR 22,800 ex-GST. Cold-spare always wins over component repair for the small CRS units, they are not designed for board-level service. For the CRS3xx 1U units a fan-tray spare is INR 1,600 if you can find one, but most ISPs swap the whole chassis and ship the dead one for RMA via Hi-Tech the importer.
India compliance + deployment notes
India-specific items that matter the moment a CERT-In audit notice or a DoT field inspection lands:
- CERT-In 6-hour breach reporting under the April 2022 directive (CERT-In/2022/04/01). your RouterOS syslog must ship to a syslog collector that retains for 180 days. We use rsyslog on an Ubuntu 22.04 VM that costs INR 1,800/month on E2E Networks Hyderabad. The IT Rules 2021 and the DPDP Act 2023 have made this non-optional.
- DoT licence conditions for UL-VNO and ISP-B require logged CGNAT mappings for one year. Configure
/ip firewall connection tracking set tcp-established-timeout=1donly after confirming RAM headroom. On the small CRS chassis it can OOM during festival peaks. - GST e-invoice + billing CRM integration usually runs over a small VPN tunnel to ClearTax or Zoho on AWS Mumbai (ap-south-1). Keep that VPN on a dedicated VLAN with its own firewall chain so a GST portal outage does not bleed into customer traffic.
- BIS + WPC compliance for the radios fed from this switch, if you light up Ubiquiti or MikroTik wAP variants downstream, the WPC ETA certificate has to be on file before the inspector asks.
- GeM tender pricing reality: the CRS305 is usually quoted at INR 18,000 - 42,000 ex-GST through dealers like Aalipan or Adyantra. Compare against MRP on mikrotik.com USD pricing: 1 USD = INR 83.40 today. Always negotiate; my last buy was 12% under the GeM ceiling.
- MeitY DPDP Act 2023 data localisation rules now apply to any customer PII you log. If your RADIUS or PPPoE state ends up on Manage Engine or LogicMonitor SaaS, confirm the data centre is Mumbai BOM5 or Chennai MAA2, not Singapore.
Real-world deployment I did
Mid-monsoon shift at an MTNL co-located rack in Powai, the cabinet PSU had failed and the redundant feed on the CRS305 was the only thing still up. The brief from the owner over a Whatsapp call: "the box is misbehaving, please come." That sentence covers fifteen different failure modes. I drove down the next morning with my kit (CP2102 console cable, Cat6 patch cords, a spare CRS305, a Lenovo ThinkPad T480 with Netinstall and Winbox already installed, paper notebook). The first hour I just watched. Plugged into the console at 115200 8N1, ran /log print, scrolled. The fault pattern showed within 4 minutes.
The fix itself was 28 minutes. The documentation, the post-mortem note for the customer in Hindi-English mix on a Google Doc, and the spreadsheet update for the spares list. that took another 90 minutes. Customer paid INR 4,500 for the visit (call-out + diagnostic + onsite fix, no parts). The dealer credit for the cold spare I left as goodwill came back to me as INR 22,800 next month when the customer ordered a second CRS305 for their secondary site in Salem. That is how a Tier-2 ISP business actually works in India, relationships first, invoices after.
Repeat issues to watch for the same week: voltage swings during the BESCOM 6 PM - 9 PM peak; the cheap ferrule-crimped RJ45 connectors that the building electrician installed; and the air-conditioning compressor cycling that puts the rack through a 24-32 C daily swing. Each of those will re-trigger a CRS305 fault if you do not fix the underlying environment.
Extended FAQs from the field
The dealer says my CRS305 support contract is "mandatory": is it really?
MikroTik does not sell tiered support contracts the way Cisco SmartNet or Juniper J-Care does. There is no AMC SKU. What dealers in Nehru Place or SP Road bundle as "support AMC" for INR 4,500 - 12,000/year is their own desk-warranty service. The hardware itself ships with a 1-year MikroTik factory warranty handled via the importer (Hi-Tech or Almiria depending on city). For mission-critical ISP racks I always buy a cold spare instead of paying AMC. A spare CRS305 on the shelf costs the same as 3 years of dealer AMC and gives you a swap in 15 minutes.
How do I prove uptime for SLA reporting to my BFSI customer?
Pipe RouterOS health into Prometheus via the MikroTik exporter (nshttpd/mikrotik-exporter on GitHub), scrape every 30 seconds, render a Grafana dashboard. A typical RBI-aligned SLA needs 99.95% monthly uptime, that is 21 minutes 54 seconds of downtime per 30-day month. Budget your maintenance windows accordingly.
The CFO is asking if we can switch to a cheaper vendor. What is the real TCO over 5 years?
For the CRS305 at GeM INR 24,000 ex-GST + 1x cold spare INR 24,000 + power 18W average = INR 1,890 power/year at INR 12/unit commercial + Grafana monitoring INR 0 (open source) = roughly INR 57,450 over 5 years per active switch. A Cisco Catalyst 1300 series alternative lands closer to INR 1.4 lakh + SmartNet. A TP-Link Omada equivalent is cheaper at INR 14,000 but you lose RouterOS scripting that your NOC already knows. The switching tax is real.
Will RouterOS 7.x break my running config from RouterOS 6.x?
Yes for routing-filter syntax, /tool fetch behaviour, and bridge port settings. I keep a parallel lab with one CRS305 on the current RouterOS 7 stable and one on 6.49.x long-term. Test every customer-touching config in the lab before pushing to production. We had a 47-minute outage in Hubli the day we forgot.
How do I keep the box from being part of a botnet?
The CVE-2018-14847 chr.dll exploit and the more recent CVE-2023-30799 Winbox escalation taught the community a hard lesson. Bind Winbox to a management VRF or to a /32 from your bastion host. Disable www, api, ftp, telnet on WAN. Audit /user print for unexpected names. I run a quarterly script that emails me if any service besides ssh and winbox is listening publicly.