← All problem types

Operations problems

Downtime, inventory, bottlenecks, and other operational breakdowns — with a sequenced fix plan.

The problem

Operations

We run a spare-parts warehouse and our stock accuracy is 78%. Cycle counts keep finding parts missing that the system says are on the shelf, and customers are getting angry about delayed orders. We have 12 staff, 40k SKUs, and the warehouse manager insists the problem is the night shift. How do we find the real cause and fix it without a full ERP replacement?

Stock Accuracy Investigation & Remediation Plan

Spare-Parts Warehouse — 40k SKUs, 12 Staff, 78% Accuracy


⚠️ Preliminary: The Night-Shift Hypothesis Needs Testing, Not Accepting

The warehouse manager's assertion that night shift is the problem is a hypothesis, not a finding. Acting on it without data risks punishing staff unfairly, missing the real cause, and making no improvement to accuracy. The investigation below is specifically structured to either confirm or disprove it — with evidence.


1. What 78% Accuracy Actually Means

At 40,000 SKUs, 78% accuracy means approximately 8,800 SKUs are misrepresented in your system right now — wrong quantity, wrong location, or not present at all. For a spare-parts business where a single missing part can stop a customer's production line, this is an operational crisis, not a KPI gap. Customer anger about delayed orders is a lagging symptom; the leading cause is somewhere in the list below.


2. Root-Cause Investigation Framework

Run these four diagnostic tracks in parallel over the next 10–14 working days. They are independent and can be assigned to different staff members.

Track A — Transaction Audit (Days 1–5)

What to do: Pull every inventory transaction from the past 60 days from your ERP. Sort by transaction type: receipts, picks, adjustments, returns, inter-location transfers.

What to look for:

SignalProbable cause
High volume of manual quantity adjustments, clustered by user IDIndividuals overriding system rather than correcting process
Receipts posted with round-number quantities (100, 50, 25) on parts that arrive in irregular countsReceiving staff estimating rather than counting
Picks confirmed but no corresponding dispatch recordPick transactions fired incorrectly or against wrong SKU
Location transfers with no destination recordedParts moved without system update
Negative on-hand quantities tolerated by ERPSystem allowed impossible state; underlying transactions are wrong

Shift split: Export transactions by time-of-day. If night shift generates disproportionate adjustments or pick errors relative to its transaction volume (not absolute count), there is shift-specific evidence. If the error rate per transaction is equal across shifts, the problem is systemic, not shift-specific.

Track B — Physical Spot-Check (Days 1–5, concurrent)

What to do: Select 200 SKUs using a stratified random sample: 50 high-velocity (picked most often), 50 high-value, 50 from the last 30-day cycle-count discrepancy list, 50 fully random. Count them physically. Do not tell staff which SKUs in advance.

What to look for:

  • Discrepancy pattern by location zone (aisle, racking level, bin type) → location labelling or scanning coverage problem
  • Discrepancy pattern by SKU characteristic (small parts, loose items, items without barcodes) → physical handling or labelling problem
  • Discrepancy pattern by velocity → fast-movers are being shorted; slow-movers are phantom stock from old receipts

Do not aggregate this into one accuracy number yet. The pattern across those four cohorts is the finding, not the average.

Track C — Process Observation (Days 3–8)

What to do: Have a manager or trusted senior staff member silently observe — not audit — both shifts performing: (a) a goods receipt, (b) a pick-and-confirm, (c) a return to stock. Document exactly what happens, not what the procedure says should happen.

What to look for:

  • Is a barcode scanner used at every transaction, or are some done by keyboard entry?
  • Are parts counted at receipt or is the supplier packing slip accepted as truth?
  • When a picker cannot find a part, what do they do — raise a flag, skip it, or force-confirm and move on?
  • Are returns physically segregated before system entry, or put back on shelf first?
  • Is there a step where parts are staged in an unlabelled area between physical movement and system update?

This last point — a staging gap — is one of the most common causes of phantom discrepancies and has nothing to do with which shift is working.

Track D — ERP Configuration Check (Days 1–3)

What to do: Your IT contact or ERP administrator should verify:

  • Whether negative stock is permitted by configuration (it should not be)
  • Whether location-level tracking is active and enforced, or whether the system operates at warehouse level only
  • Whether any batch jobs (overnight stock recalculation, MRP runs) are known to post adjusting entries automatically
  • Whether any staff accounts have unrestricted adjustment rights with no approval workflow

Automatic overnight ERP adjustments would produce exactly the pattern of discrepancies appearing to be night-shift errors.


3. Likely Root Causes by Prior Probability

Based on the specifics given — 40k SKUs, spare parts, 78% accuracy, cycle counts revealing missing items — the following causes are ranked by how commonly they produce this exact pattern:

RankCauseDiagnostic track that confirms/rules it out
1Receiving without physical count (supplier packing slip accepted as truth)Track C observation, Track A receipt analysis
2Staging areas where parts sit between physical move and system updateTrack C observation, Track B zone analysis
3Pickers force-confirming picks for parts they cannot locateTrack A pick analysis, Track C observation
4No location-level control (system shows warehouse total, not bin)Track D ERP check
5Unrestricted manual adjustment rights used informally to "fix" countsTrack A user-ID analysis
6Automatic ERP overnight batch adjustmentsTrack D ERP check
7Night shift specifically mis-transacting at higher rateTrack A shift split

Cause 7 — the manager's hypothesis — sits last because it requires both a shift-specific behaviour difference and a lack of systemic process failure, which is statistically less probable than a process that fails for everyone.


4. Remediation Actions — Sequenced by Impact

Do not wait for the full 14-day investigation to begin the quick wins. Tracks A and D will surface actionable findings within 3–5 days.

Immediate (Days 1–7, run during investigation)

  1. Freeze unrestricted adjustment access. Require a second authorisation (supervisor approval) for any manual inventory adjustment over ±5 units or ±£X in value. Set this threshold in your ERP today. This stops the bleeding while the root cause is found.

  2. Mandate scanner use at every transaction point. If any transaction type is currently being keyed manually, stop it. Keyboard entry bypasses the barcode validation layer and is a direct accuracy killer.

  3. Designate and clearly mark one physical staging area per shift. Any part that has moved physically but not yet transacted stays there and nowhere else. This eliminates the staging-gap problem regardless of cause.

Short-term (Weeks 2–6, after investigation findings)

  1. Implement blind receiving counts. The receiver counts what arrived; the system's expected quantity is not shown until after the count is entered. This eliminates packing-slip acceptance as a shortcut and typically lifts receiving accuracy to 95%+ within four weeks.

  2. Redesign cycle-count assignment to focus on discrepancy-prone SKUs. Rather than random or location-order cycle counts, use your Track B findings to build a risk-weighted count schedule: high-velocity and previously-discrepant SKUs counted weekly; low-velocity stable SKUs monthly. With 12 staff, a targeted count of 200–400 SKUs per week is achievable without disrupting operations.

  3. Activate location-level tracking if not already live. If Track D finds the ERP operates at warehouse level only, the configuration change to bin-level tracking is almost always available without an ERP upgrade — it is a setup step, not a new module. This is the single highest-leverage technical change available.

  4. If night shift is confirmed as a contributing factor (Track A shows elevated error rate per transaction on that shift): assign a dedicated shift supervisor or senior operator responsible for transaction integrity; introduce a shift-end reconciliation of open transactions before handover; do not use this finding to blame staff — use it to identify what process support that shift lacks that the day shift has.

Medium-term (Months 2–4)

  1. Introduce exception-based accuracy reporting. Your ERP can generate a daily report of: negative on-hand quantities, picks confirmed with no dispatch, adjustments over threshold, and locations with no activity for 90+ days. Assign one person 30 minutes per day to clear this list. Most warehouses with this discipline reach 95%+ accuracy within 90 days without touching their ERP.

  2. Close the returns loop. Returns-to-stock should follow a defined quarantine-then-inspect-then-transact sequence. If the investigation finds returns are being shelved before the system entry, this is a significant accuracy leak — returns are disproportionately mis-transacted in nearly every spare-parts operation.


5. Accuracy Target and Timeline

MilestoneTarget accuracyAchievable by
Freeze adjustments + scanner mandateHalt further deteriorationEnd of week 1
Blind receiving + staging discipline85–88%End of week 6
Location-level tracking + exception reporting92–95%End of month 3
Sustained cycle-count programme97%+End of month 6

These figures assume the ERP's transaction engine is functional and that no large undiscovered physical loss event (theft, obsolescence write-off) is embedded in the 22% gap. If Track B reveals a significant physical-vs-system gap unexplained by process errors, a partial wall-to-wall count of the affected zones will be needed before accuracy can be rebuilt on top of it.


6. What to Tell the Warehouse Manager

Be direct: the night-shift hypothesis may be partially correct, but it cannot be the primary explanation for a 22-percentage-point accuracy gap across 40,000 SKUs. A gap that large is almost always systemic. The investigation will either confirm a shift-specific contribution and quantify it, or rule it out. Either outcome is useful. Acting on the hypothesis before the data is in risks demoralising staff, missing the actual fix, and leaving the accuracy problem in place.


7. What This Does Not Require

  • No ERP replacement. Every action above works inside an existing ERP. The configuration changes in Track D are setup changes, not upgrades.
  • No additional headcount. The cycle-count redesign redistributes existing effort more effectively; it does not add hours.
  • No new software. Exception reporting uses standard ERP query or export functionality available in virtually all warehouse management modules.
Confidence82% · High

The problem

Operations

Our packaging line stops for about 3 hours every shift and we have no idea why. The line is new, bought six months ago, but the stoppages started right away. Operators keep saying something about the film, but nobody has actually looked into it. Each hour of downtime costs us roughly $900 in lost output and we have a big order due in 5 weeks.

Packaging Line Stoppage Investigation

Situation at a Glance

MetricFigure
Unplanned downtime per shift~3 hours
Cost per lost hour$900
Daily cost (assuming 1 shift)$2,700
Daily cost (2 shifts)$5,400
Weeks to deadline5
Line age6 months (stoppages from day 1)

The line has never run cleanly. That is the most important single fact here. A fault that appears immediately on a new machine and persists for six months is almost never a random mechanical failure — it is a setup, specification, or materials mismatch that was present at commissioning and has never been corrected.


What the Operator Signal Actually Tells You

Operators are pointing at the film. That is a specific, consistent, and therefore credible signal. It should have been acted on immediately; the fact that it was not is an organisational gap, not a technical mystery. The film complaint typically maps to one of four failure modes on a new packaging line:

Film-Related CauseWhat Operators SeeMost Likely Stoppage Mechanism
Wrong film spec supplied (gauge, COF, slip agent)Film tears, jams, or won't sealMachine parameters were set for a different film than what's being run
Film roll splicing / core tensionStoppage at predictable interval (end of roll)Unwind tension inconsistent; splice fails to feed through
Film tracking misalignmentEdge wander, film bunching, die-cut misregisterGuide rollers or dancer arm set incorrectly at installation
Sealing temperature vs. film type mismatchBurn-through, weak seals, jam at seal barOEM default temperature profile doesn't match actual film chemistry

The fact that stoppages started "right away" strongly favours the first or fourth cause — a specification mismatch baked in at commissioning — rather than a component wearing out.


Root-Cause Investigation: What to Do in the Next 48 Hours

These steps are sequenced by speed and cost — no new equipment or external resource required for the first three.

Step 1 — Pull the film specification (today, ~1 hour)

Get the purchase order or goods-received note for the film stock currently in use. Compare it against:

  • The film specification in the OEM machine manual or commissioning document
  • The film specification the machine was quoted and configured for

If these don't match, you have your answer. The fix is either to source the correct film or re-parameterise the machine for the film you're actually using. Do not do both simultaneously — change one variable at a time.

Step 2 — Log the next five stoppages in real time (next 1–2 shifts)

Assign one person per shift to record, at the moment of each stoppage:

  • Exact time elapsed since last stoppage or last roll change
  • What was happening on the line (sealing, feeding, cutting, splicing)
  • What the operator physically had to do to restart
  • Whether a roll change had occurred in the preceding 5 minutes

Pattern in this log will either confirm film-roll-boundary failures (mechanical) or mid-roll failures (temperature, tracking, or spec).

Step 3 — Check sealing temperature settings against film data sheet (today, ~30 minutes)

Pull the film supplier's data sheet. Find the recommended seal temperature range for that film. Compare it to the current seal bar setting on the machine. A mismatch of even 5–10°C can cause repeated seal failures or film distortion that jams the line.

Step 4 — Engage the OEM (this week)

The machine is six months old. Contact the OEM's technical support and state explicitly:

  • Stoppages have occurred from day one
  • Operators consistently identify the film path
  • You need a commissioning review, not a maintenance visit

Most OEM warranties cover commissioning defects within the first year. Frame it that way. If the OEM set machine parameters at installation without verifying them against your actual film stock, that is a commissioning failure, and they have an obligation to correct it under warranty or service agreement. Request their commissioning sign-off sheet — if one was never completed, that is leverage.

Step 5 — Source a backup film supplier (this week, parallel to above)

If the current film stock turns out to be misspecified, you need a replacement in hand before your 5-week deadline. Identify at least one alternative supplier who can provide film meeting the OEM's stated specification, with samples available for a trial run within 10 days.


5-Week Deadline: Risk and Recovery Math

At 3 hours of downtime per shift, you are currently running at approximately 62% of theoretical capacity (assuming an 8-hour shift). Fixing the root cause — even partially — changes the picture materially:

ScenarioDowntime per shiftCapacity recoveryCumulative gain over 5 weeks (1 shift/day)
No change3 hrs
Reduce to 1 hr (partial fix)1 hr+25% effective output~87 additional shift-hours of production
Eliminate stoppage (full fix)0 hrs+37.5% effective output~131 additional shift-hours

If the order requires output that the current line cannot deliver even at full capacity in 5 weeks, that is a separate conversation about overtime, second shifts, or co-manufacturing — but that calculation cannot be run until you know what this line actually produces when it runs cleanly. That figure is a gap in the information provided.

The financial case for acting this week is unambiguous. Even if the investigation and OEM call consume 8 hours of management time, recovering 1 hour per shift pays back $900/day. A 10-day delay to investigate costs a further $9,000–$27,000 depending on shift pattern.


Immediate Action Sequence

  1. Today: Pull film spec and compare to OEM machine specification. Log the gap if one exists.
  2. Today: Check seal temperature settings against film data sheet.
  3. This shift: Assign someone to log the next five stoppages in real time.
  4. Within 48 hours: Call OEM technical support. Use the word "commissioning" not "breakdown."
  5. Within 5 days: Identify and contact an alternative film supplier for samples.
  6. Day 7–10: Run a controlled trial with corrected parameters or alternative film; measure stoppage frequency against baseline.
  7. Day 10–14: If stoppages persist after film correction, escalate to a full OEM on-site commissioning review under warranty.

What Remains Unknown

Three inputs would sharpen this analysis significantly:

  • Shift pattern (1, 2, or 3 shifts/day) — determines total weekly cost and production recovery potential
  • Order volume vs. line capacity at full run rate — determines whether fixing the line is sufficient or whether additional capacity is needed
  • Whether a commissioning sign-off was ever completed — determines warranty leverage with the OEM

None of these gaps blocks the actions above; they affect the financial sizing and the escalation posture.

Confidence74% · Moderate

Got a problem like this? VESQOR MEGA AI turns it into a structured report in seconds.

Try it free