← Back to projects Shipped

Manufacturing Downtime & Maintenance Cost Analysis

Which machines fail, what does the downtime cost, and where should the maintenance budget actually go? Analysis of 10,000 machining cycles: failure-mode KPIs, a documented downtime cost model, an Excel report for stakeholders, and a Power BI dashboard spec. This is the analysis every maintenance meeting wants and rarely has.

Why this project

I trained as a mechanical engineer and spent nine years around industrial equipment before moving into data. Maintenance budgets are usually split evenly across failure categories because nobody has quantified where the money actually goes. This project does that quantification on the AI4I 2020 dataset, and it is deliberately the descriptive sibling of my predictive maintenance MLOps project: same dataset, same engineering context. Analysis first, prediction second, one narrative.

What the data says

How it works

KPI engineFailure rates, downtime hours and cost per mode and per quality line, from the raw cycle data
Cost modelMTTR, parts cost and lost margin per failure mode; every assumption documented and tunable in one file
SignaturesSensor signature per failure mode: the "so what" that turns counts into countermeasures
DeliverablesFormatted Excel KPI report, Power BI star schema + DAX, and README charts, all from one command

Measured vs modelled, kept separate

Failure counts and sensor signatures are measured from the data. Pound figures are estimates from a documented cost model, labelled as estimates everywhere they appear. The mode ranking is robust to the assumptions; the absolute figures are not; and the analysis never mixes the two. That distinction is the difference between analysis a finance director can trust and a chart that gets picked apart in the first five minutes.

Skills demonstrated