> ## Documentation Index
> Fetch the complete documentation index at: https://docs.planeconnection.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Manage MEL Deferrals

> Create MEL deferral records, track deferred items, manage the resolution workflow, and maintain regulatory compliance under 14 CFR 91.213.

<Info>
  The Operations module must be enabled for your workspace. You also need the appropriate operations
  permissions. Contact your workspace administrator if you cannot access these features.
</Info>

This guide covers the full lifecycle of a Minimum Equipment List (MEL) deferral -- from reporting a discrepancy through deferral approval, tracking, and resolution.

<Info>
  You need the `discrepancies.create` or `discrepancies.update` permission. MEL deferral approvals
  typically require maintenance or admin-level access.
</Info>

## Create a Discrepancy with MEL Deferral

When a crew member discovers an inoperative item, the first step is to create a discrepancy record and evaluate whether the item can be deferred under the operator's approved MEL.

<Steps>
  ### Step 1: Report the discrepancy

  Navigate to **Ops > Fleet > \[Aircraft] > Discrepancies** and click **New Discrepancy**.

  Fill in the following fields:

  | Field       | Description                                                           |
  | ----------- | --------------------------------------------------------------------- |
  | Title       | Short summary of the issue (e.g., "Right landing light inoperative"). |
  | ATA Chapter | Select the ATA chapter (e.g., "33 -- Lights").                        |
  | Description | Detailed description of the discrepancy.                              |
  | Severity    | Select the severity: Minor, Major, Critical, or Grounding.            |
  | Reported By | Your name is auto-populated.                                          |

  ### Step 2: Evaluate MEL applicability

  Consult the operator's approved MEL for the aircraft type. Determine whether the inoperative item is listed in the MEL and under what conditions it can be deferred.

  <Warning>
    Not all discrepancies can be deferred. Items not listed in the approved MEL, or items that fall
    under the "instruments and equipment required" list in 14 CFR 91.205, cannot be deferred. When in
    doubt, consult the Director of Maintenance.
  </Warning>

  ### Step 3: Record the MEL deferral

  If the item is deferrable, update the discrepancy record:

  1. Set **Status** to `Deferred`.
  2. Select the **MEL Category** (A, B, C, or D) based on the MEL entry.
  3. Enter the **Deferred Date** -- the date the deferral begins. The system calculates the repair deadline based on the category.
  4. Optionally enter the **MEL Certificate Number** for traceability.

  ### Step 4: Document operating procedures and placards

  In the Description or Notes field, document any required:

  * **Operating procedures (O)** -- operational limitations or procedures that must be followed while the item is deferred.
  * **Maintenance procedures (M)** -- maintenance actions required before the deferral is active (e.g., deactivating a system, installing a placard).

  ### Step 5: Save the deferral

  Click **Save**. The deferral is now active and visible on the aircraft's discrepancy list, the dispatch board, and the maintenance summary.
</Steps>

## Track Deferred Items

Deferred MEL items require ongoing monitoring to ensure they are resolved within the category time limit.

### Viewing deferred items

* **Aircraft detail page** -- the Discrepancies tab shows all open and deferred items for the aircraft. MEL deferrals display their category badge and days remaining.
* **Dispatch board** -- aircraft with active MEL deferrals show a warning indicator. Hovering displays the deferral details.
* **Maintenance Summary report** -- the Due Items report includes MEL deferrals approaching their repair deadline.

### Deferral expiration alerts

The system sends automated alerts as a deferral approaches its category deadline:

| Category   | Alert Timing                        |
| ---------- | ----------------------------------- |
| Category A | Per MEL-specified interval          |
| Category B | 1 day before the 3-day deadline     |
| Category C | 3 days before the 10-day deadline   |
| Category D | 14 days before the 120-day deadline |

<Tip>
  Review all active MEL deferrals during the daily dispatch briefing. The dispatch board highlights
  aircraft with deferrals that expire within the next 48 hours.
</Tip>

## Resolution Workflow

When a deferred item is repaired, follow these steps to close the deferral.

<Steps>
  ### Step 1: Initiate the repair

  Update the discrepancy status from `Deferred` to `In Progress`. This indicates that corrective action has begun.

  Optionally, add a corrective action record with:

  * Description of the planned repair
  * Assigned technician or vendor
  * Estimated completion date

  ### Step 2: Complete the repair

  Once the repair is finished, update the discrepancy:

  1. Set **Status** to `Resolved`.
  2. Enter the **Resolution** -- description of the corrective action performed.
  3. Enter **Resolved By** -- the person who performed or signed off on the repair.
  4. Enter **Resolved Date** -- the date the repair was completed.
  5. Optionally enter a **Work Order Reference** for traceability to the maintenance tracking system.

  ### Step 3: Return to service

  If the repair involved removing placards, restoring deactivated systems, or performing a functional check, document these steps in the resolution notes.
</Steps>

<Note>
  Resolved deferrals remain in the aircraft's discrepancy history for audit and regulatory
  compliance purposes. They are not deleted.
</Note>

## Regulatory Compliance

MEL deferrals are subject to specific regulatory requirements. PlaneConnection helps you stay compliant but does not replace the operator's approved MEL.

### Key Regulations

| Regulation           | Requirement                                                                                                                                                                                          |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **14 CFR 91.213(a)** | Aircraft with an approved MEL may operate with inoperative instruments and equipment per the MEL provisions.                                                                                         |
| **14 CFR 91.213(d)** | Aircraft without an approved MEL may operate with inoperative equipment if it is not required by type certificate, 91.205, AD, or other regulations, and is deactivated and placarded "Inoperative." |
| **14 CFR 135.179**   | Part 135 operators must have an approved MEL. The MEL must be based on the MMEL for the aircraft type.                                                                                               |
| **14 CFR 43.11**     | Maintenance records must include a description of the work performed, date of completion, and signature of the person approving the return to service.                                               |

### Dispatch Decision Checklist

Before dispatching an aircraft with an active MEL deferral, verify:

1. The deferred item is listed in the operator's approved MEL.
2. The MEL category repair interval has not expired.
3. All required operating procedures (O) are communicated to the crew.
4. All required maintenance procedures (M) have been completed.
5. Required placards are installed.
6. The deferral does not conflict with the planned mission (e.g., night operations with a deferred navigation light).

## Related

<CardGroup cols={2}>
  <Card title="MEL Deferrals Reference" href="/reference/mel-deferrals">
    Status definitions, categories, and deferral record fields.
  </Card>

  <Card title="Manage Discrepancies" href="/how-to/ops/manage-discrepancies">
    General discrepancy and squawk management.
  </Card>

  <Card title="Aircraft Statuses" href="/reference/aircraft-statuses">
    How aircraft status interacts with MEL deferral dispatch decisions.
  </Card>

  <Card title="Track Due Items" href="/how-to/ops/track-due-items">
    Maintenance due-item tracking and scheduling.
  </Card>
</CardGroup>
