# Improving OEE

To sustainably increase productivity in manufacturing, you need more than just the right KPIs—you need a structured approach. We recommend combining continuous improvement with data-driven root cause analysis.

To accomplish this, we integrate two proven concepts: the **PDCA cycle** and the **Biggest Loss Analysis** based on the [6 Big Losses](/en/concepts/understanding-oee/6-big-losses.md) framework.

## What is the PDCA Cycle?

The PDCA cycle is a tool for continuous improvement. It consists of four sequential phases:

{% stepper %}
{% step %}
**Plan**

A specific problem or improvement opportunity is identified, and a plan is created. This includes setting goals, allocating resources, creating schedules, and developing strategies.
{% endstep %}

{% step %}
**Do**

The plan is implemented. It is important to closely monitor the execution to ensure it follows the defined guidelines.
{% endstep %}

{% step %}
**Check**

The results are compared with the original objectives. This includes collecting data and identifying deviations. The check phase aims to determine whether the implemented actions were successful and if further adjustments or improvements are needed.
{% endstep %}

{% step %}
**Adjust (formerly Act)**

Based on the results, actions are taken to optimize the process. This may involve adjusting the plan, identifying new solutions, or improving existing workflows. For this reason, we use the term "Adjust" instead of "Act".
{% endstep %}
{% endstepper %}

## **Combining the PDCA Cycle with the 6 Big Losses**

Combining the PDCA cycle with an analysis of the 6 Big Losses creates a structured approach to continuous efficiency improvement.

* **Focus on the biggest levers:**\
  The structured breakdown into loss categories allows targeted action in the areas with the greatest improvement potential.
* **Sustainable improvement:**\
  Repeated application of the PDCA cycle helps embed improvements into the process—leading to long-term increases in OEE.

<figure><img src="/files/Bou6UfgQ4aCQfmIBPw7P" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enlyze.com/en/concepts/understanding-oee/improving-oee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
