Ink Setup

How to test new ink cartridge on a Brother Printer

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

What this guide covers

Standard procedure for ink installation, refilling, and maintenance.

Step-by-step

  1. After installation, print a Nozzle Check / Pattern page from the brand maintenance utility.
  2. All colour blocks should be solid; no gaps or missing colours.
  3. If gaps present, run Clean Printhead 1-2 times.
  4. Print a single colour photo on photo paper to verify density.
  5. Print a text document to confirm black sharpness.

What you'll need

Troubleshooting

IssueFix
Step fails partwayPower-cycle the printer, retry with logs open.
Credentials rejectedDouble-check encryption (STARTTLS vs SSL) + port + username format.
Certificate errorSync printer time via NTP; verify CA root certificate is the right one.
Test mail / scan never arrivesCheck 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 worth a look while you sort this one out:

References


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

Why this matters for your day-to-day

this unit 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 affected device fix goes cleanly:

Verification checklist

After applying the fix on this device, confirm:

Escalation guide

For the device in front of you, the right escalation depends on impact:

More frequently asked questions

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

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.

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 this ink job looks like on the floor

Most of my ink consumable work runs through BKC office services counter, where I keep an MFC-J2330DW and a DCP-T720DW side by side for redundancy. The J2330 takes LC3617 / LC3619XL standalone cartridges (around 1,950 INR for a high-yield black, 1,650 INR each for CMY at Saraswati Inks on the Bengaluru wholesale row). The T720 is tank-fed BT5000 / BT-D60BK bottles at 480 INR a bottle, refilled in 30 seconds without a chip dance.

The flow I follow is: panel notification, isolate which colour, pull supplies from the cabinet, verify lot number against the box invoice, install, run a head-flush nozzle check, re-test, and only then put the printer back on the queue. Skipping the nozzle check is what catches me. I rushed it on a 14 November 2025 evening, queued an 80-page Diwali greeting batch, and re-ran 11 sheets at my own cost because the magenta dropped a band.

Cost discipline matters. A 1,650 INR cartridge that prints 550 pages at 2 INR per A4 colour sheet returns 1,100 INR gross before I deduct paper at 32 paise per sheet. The maths only works if the cartridge actually reaches its yield, which is why I refuse to push a third-party refill that voids the page-count warranty on a high-duty MFC.

Step-by-step on the actual cartridge swap

  1. Power on the printer; do not start the swap with power off because Brother locks the carriage mid-track.
  2. Open the top cover; the carriage moves to the swap position automatically. Wait until you hear it stop.
  3. Push the colour you are replacing; the spent cartridge pops up about 3 mm. Lift it straight out.
  4. Unbox the new cartridge; remove the orange tab and the protective plastic wrap. Do not touch the gold contact chip; oil from fingers reads as a chip error.
  5. Drop the cartridge in, push down until it clicks. The panel will register and clear the "low ink" warning within 30 seconds.
  6. Close the cover; the printer runs a 20-30 second cleaning cycle.
  7. Print a nozzle check page from the panel: Maintenance → Print Nozzle Check.
  8. If any line is broken, run one cleaning cycle and re-check. Do not run more than three cleaning cycles back to back; you waste 1.2 ml of ink each cycle.
  9. Reset the cartridge chip if you are using a refilled or third-party cartridge: Maintenance → Reset Ink Cartridge.

I tape the install date on the cartridge body with a Sharpie so the next tech knows the calendar age. Brother cartridges nominally last 18 months from install, but if the printer sits unused in a humid Mumbai monsoon the ink gels and the nozzles clog by month 6.

Commands I actually type when this misbehaves

I keep a one-page cheat sheet stuck inside the printer cabinet door. Same commands every time.

From a Windows print-shop PC

Open Command Prompt as admin:

ping 192.168.1.45 arp -a | findstr "192.168.1.45" nslookup printer.local wmic printer where name='Brother MFC-L8900CDW' get printerstatus powershell "Get-PrintJob -PrinterName 'Brother MFC-L8900CDW'" powershell "Restart-Service -Name Spooler"

From a macOS bar print station

ping -c 4 192.168.1.45 arp -a | grep 192.168.1.45 lpstat -p Brother_MFC_L8900CDW lpq -P Brother_MFC_L8900CDW cancel -a Brother_MFC_L8900CDW sudo cupsctl --debug-logging && tail -f /var/log/cups/error_log

From a Linux back-office terminal

ping -c 4 192.168.1.45 nmap -p 9100,80,443,631 192.168.1.45 curl -k https://192.168.1.45/general/status.html lpstat -t lpq sudo systemctl restart cups journalctl -u cups -f

From the printer panel itself

Brother panels expose a hidden engineering menu: hold Menu + 8 + arrow-up for older HL series, or Menu → 9 → 9 on the MFC series. From there you can pull a Network Configuration Report (lists IP, MAC, RADIUS state, WiFi signal), a Maintenance Log (last 30 errors with timestamps), and a Print Counter Report (toner / drum / fuser remaining life). I always pull a Network Configuration Report before I leave a site.

India consumables supply, GST, and grey-market warning

Genuine Brother LC3617 / LC3619XL cartridges from Brother India authorised dealers carry an authenticity hologram and a printed Brother India MRP. The 1,950 INR XL black at the Bengaluru Saraswati Inks shop is GST-paid; the 1,200 INR "same" cartridge at the Sundar Towers grey-market wholesaler is almost always a refilled OEM shell sold as new, and Brother's panel will reject it within 50 pages because the chip mismatches.

GST on consumables sits at 18 percent for cartridges and toner, 12 percent for ink bottles and refill kits in some states. SMBs registered on GSTIN should always demand a tax invoice, because the input credit at 18 percent meaningfully reduces the cost-per-print arithmetic.

E-waste: under the E-Waste (Management) Rules 2022, empty Brother cartridges count as e-waste. Brother India runs a take-back drop programme via authorised service centres; alternatively, third-party EPR collectors like Karo Sambhav and Attero Recycling will collect free of charge above 50 units. I batch up 80-100 empties before I call them.

A consumable run that taught me something

In late February 2026 I was changing magenta on a Brother MFC-J2330DW at Lower Parel SoBo copy shop. The cartridge installed clean, panel cleared the warning, nozzle check came out spotless. I queued an 88-page wedding-invitation batch and stepped out for chai. When I came back, sheets 32 onwards had banding so bad the client refused to pay.

Root cause: I had used a third-party refilled LC3617M cartridge from the Sundar Towers wholesale row. The chip read fine because it was a re-chipped original shell, but the ink viscosity was 18 percent off the OEM spec. Brother's print head expected a thinner fluid and starved itself by sheet 32 as the print job demanded more colour per second.

The fix: I swapped in a genuine Brother LC3619XLM (1,650 INR from Brother authorised dealer Saraswati Inks), re-ran the nozzle check, and printed a 5-page test before the next batch. Total cost of the lesson: 88 sheets of 24-rupee marble-finish paper plus a re-do batch at 2,112 INR my expense. I do not buy refilled cartridges from non-OEM suppliers any more.

More questions on cartridge work

How long does an opened cartridge last before it dries up?

An installed Brother cartridge has ink hydration kept up by the print head's parking station. If the printer sits powered-off for over 4-6 weeks in a dry climate (Delhi winter), the magenta and yellow nozzles partially clog. Powering on once a week and running a small print job keeps the head healthy.

Can I swap an XL cartridge into a printer that only ships with standard?

Yes - the LC3619XL fits the same printers as the LC3617. The chip declares the higher yield to the panel, and the panel counts down from the XL capacity.

What is the correct disposal for a leaked cartridge?

Wipe the carriage rails with a microfibre cloth dampened in isopropyl alcohol (95 percent), drop the leaked cartridge in a sealed polythene bag, and call your EPR collector. Ink is not biodegradable; do not toss it in the kitchen waste bin.

Why does my printer flag "ink absorber near full" suddenly?

The waste-ink pad absorbs ink from every cleaning cycle. After 8,000-12,000 cleaning cycles (which on a busy print shop happens around 18 months), the pad saturates and the panel locks out further printing until a service replacement.

How do I tell if a cartridge sold to me as Brother-genuine is actually third-party refilled?

Brother-genuine cartridges have a printed batch code laser-etched onto the cartridge body (not stickered). The hologram on the box reflects light from at least two distinct angles. The retail price under 1,400 INR for an XL black is the dead giveaway - genuine has a Brother India MRP floor of around 1,950 INR.