Mythic Plus Rating Calculator – Optimize Your WoW M+ Score


Mythic Plus Rating Calculator

Calculate your World of Warcraft Dragonflight M+ score and optimize your dungeon runs.

Calculate Your Mythic Plus Rating Contribution

Enter your dungeon run details below to see how it impacts your overall Mythic Plus Rating.



The key level of the Mythic+ dungeon completed.


The standard timer for the specific dungeon (e.g., Ruby Life Pools is 30 min).


The actual time your group completed the dungeon.


Total number of player deaths during the dungeon run.


Your highest score for this specific dungeon on the *opposite* affix week (Fortified if this is Tyrannical, or vice-versa). Used to calculate the dungeon’s overall contribution.

Calculation Results

Dungeon’s Overall Contribution: 0 points
Current Run Score: 0 points
Timer Bonus/Penalty: 0 points
Death Penalty: 0 points
Overall Rating Impact (per dungeon): 0 points

The Mythic Plus Rating is calculated based on a base score for the dungeon level, adjusted by time completed and deaths. The dungeon’s overall contribution is the average of your best Fortified and Tyrannical scores for that specific dungeon.

Current Run Score
Other Affix Best Score

Comparison of Current Run Score vs. Other Affix Best Score

Mythic Plus Score Breakdown
Metric Value Description
Dungeon Level 15 The difficulty level of the Mythic+ key.
Base Timer (min) 30 The standard time limit for the dungeon.
Time Completed (min) 28.5 Actual time taken to clear the dungeon.
Deaths 2 Total player deaths during the run.
Other Affix Score 1500 Your best score for this dungeon on the opposite affix week.
Calculated Run Score 0 The raw score for the current dungeon run.
Dungeon’s Overall Contribution 0 The average of your two best scores (Fortified/Tyrannical) for this dungeon.

What is Mythic Plus Rating?

The Mythic Plus Rating is a crucial metric in World of Warcraft: Dragonflight that reflects a player’s proficiency and experience in Mythic+ dungeons. It’s a numerical score that aggregates your performance across all available Mythic+ dungeons, taking into account both Fortified and Tyrannical affix weeks. This rating is not just a bragging right; it’s often used by other players to gauge your experience when forming groups for higher-level keys, and it’s essential for unlocking various seasonal rewards and achievements.

Who Should Use the Mythic Plus Rating Calculator?

  • Competitive Players: Those aiming for high ranks on leaderboards or pushing the highest keys will find this Mythic Plus Rating Calculator invaluable for optimizing their runs and understanding score impacts.
  • Progressing Players: If you’re working your way up through key levels, this tool helps you see how improving your time or reducing deaths directly translates into a higher Mythic Plus Rating.
  • New Mythic+ Participants: Beginners can use the Mythic Plus Rating Calculator to grasp the scoring mechanics and set realistic goals for their dungeon runs.
  • Theorycrafters: Players interested in the mathematical underpinnings of the M+ system can experiment with different scenarios to understand score breakpoints.

Common Misconceptions about Mythic Plus Rating

Many players misunderstand how the Mythic Plus Rating is truly calculated. Here are a few common misconceptions:

  • “It’s just about completing keys”: While completing a key is the first step, the time taken and the number of deaths significantly impact your final score. A +15 completed in time with zero deaths will yield a much higher score than a +15 barely timed or over-timed.
  • “Only my highest key matters”: Your overall Mythic Plus Rating is a sum of your performance across *all* dungeons, specifically the average of your best Fortified and Tyrannical runs for each dungeon. Neglecting certain dungeons will cap your potential rating.
  • “Deaths don’t matter if we still time it”: Deaths incur a penalty, reducing your score. While timing is paramount, minimizing deaths is crucial for maximizing your Mythic Plus Rating.
  • “Affixes don’t change the score”: While affixes don’t directly multiply your score, they make dungeons harder, influencing your completion time and death count, thus indirectly affecting your Mythic Plus Rating.

Mythic Plus Rating Formula and Mathematical Explanation

The Mythic Plus Rating system in World of Warcraft is designed to reward both high-level completions and efficient execution. While the exact internal Blizzard formula can be complex, the community has reverse-engineered a highly accurate model. Our Mythic Plus Rating Calculator uses a simplified yet effective approach to determine a single run’s score and its contribution to your overall rating.

Step-by-Step Derivation of a Single Run Score:

  1. Base Score for Dungeon Level: Each dungeon level has a base point value. For a +2 key, the base is 37.5 points. For every level above +2, an additional 7.5 points are added.

    Base Score = (Dungeon Level - 1) * 7.5 + 37.5
  2. Timer Factor: This is where efficiency comes in.
    • If the dungeon is completed in time: A bonus is applied based on how much time was remaining. The faster you complete it, the higher the bonus. A common factor is 1 + (Time Remaining / Base Timer) * 0.1, meaning up to a 10% bonus for a perfect run.
    • If the dungeon is completed over time: A penalty is applied. The further over time you are, the greater the penalty. A common factor is Math.max(0.8, 1 + (Time Over / Base Timer) * 0.05), meaning up to a 20% penalty, but the score won’t drop below 80% of the base score just from time.
  3. Death Penalty: Each player death during the run incurs a small, flat point deduction. A common penalty is 0.5 points per death.
  4. Current Run Score: This is the score for the specific run you just completed.

    Current Run Score = (Base Score * Timer Factor) - Death Penalty
  5. Dungeon’s Overall Contribution: Your overall Mythic Plus Rating for a specific dungeon is the average of your best Fortified score and your best Tyrannical score for that dungeon.

    Dungeon's Overall Contribution = (Current Run Score + Best Score for Other Affix) / 2
  6. Overall Rating Impact (per dungeon): This value represents how much this specific dungeon contributes to your total Mythic Plus Rating. The total rating is the sum of all 8 dungeons’ overall contributions.

Variables Table

Key Variables for Mythic Plus Rating Calculation
Variable Meaning Unit Typical Range
Dungeon Level The difficulty level of the Mythic+ key. Levels 2 – 30+
Base Dungeon Timer The standard time limit for completing a specific dungeon. Minutes 15 – 60
Time Completed The actual time taken by your group to clear the dungeon. Minutes Varies (e.g., 10 – 70)
Deaths in Run The total number of player deaths during the dungeon run. Count 0 – 20+
Other Affix Best Score Your highest score for this dungeon on the opposite affix week (Fortified/Tyrannical). Points 0 – 3000+

Practical Examples: Real-World Mythic Plus Rating Use Cases

To better understand how the Mythic Plus Rating Calculator works, let’s walk through a couple of practical scenarios.

Example 1: A Successful, Well-Timed Run

Imagine you’re running a +18 Azure Vault on a Tyrannical week. Your best Fortified score for Azure Vault is 2050 points.

  • Dungeon Level: 18
  • Base Dungeon Timer: 30 minutes (Azure Vault)
  • Time Completed: 27.0 minutes (3 minutes remaining)
  • Deaths in Run: 1
  • Best Score for Other Affix: 2050 points

Calculation Breakdown:

  1. Base Score: (18 – 1) * 7.5 + 37.5 = 17 * 7.5 + 37.5 = 127.5 + 37.5 = 165 points.
  2. Timer Factor: 3 minutes remaining / 30 minutes base = 0.1. Factor = 1 + (0.1 * 0.1) = 1.01 (1% bonus).
  3. Death Penalty: 1 death * 0.5 = 0.5 points.
  4. Current Run Score: (165 * 1.01) – 0.5 = 166.65 – 0.5 = 166.15 points.
  5. Dungeon’s Overall Contribution: (166.15 + 2050) / 2 = 2216.15 / 2 = 1108.08 points.
  6. Overall Rating Impact (per dungeon): 1108.08 points.

In this scenario, your +18 run was very efficient, earning a good score. When averaged with your existing Fortified score, it significantly boosts your Azure Vault contribution to your overall Mythic Plus Rating.

Example 2: An Over-Timed Run with Multiple Deaths

Now, consider a challenging +16 Neltharus run on a Fortified week. Your best Tyrannical score for Neltharus is 1700 points.

  • Dungeon Level: 16
  • Base Dungeon Timer: 30 minutes (Neltharus)
  • Time Completed: 33.0 minutes (3 minutes over time)
  • Deaths in Run: 7
  • Best Score for Other Affix: 1700 points

Calculation Breakdown:

  1. Base Score: (16 – 1) * 7.5 + 37.5 = 15 * 7.5 + 37.5 = 112.5 + 37.5 = 150 points.
  2. Timer Factor: 3 minutes over / 30 minutes base = 0.1. Factor = Math.max(0.8, 1 – (0.1 * 0.05)) = Math.max(0.8, 0.995) = 0.995 (0.5% penalty).
  3. Death Penalty: 7 deaths * 0.5 = 3.5 points.
  4. Current Run Score: (150 * 0.995) – 3.5 = 149.25 – 3.5 = 145.75 points.
  5. Dungeon’s Overall Contribution: (145.75 + 1700) / 2 = 1845.75 / 2 = 922.88 points.
  6. Overall Rating Impact (per dungeon): 922.88 points.

Even though you completed the key, going over time and having many deaths significantly reduced the score for this specific run. While it still contributes to your overall Mythic Plus Rating by averaging with your Tyrannical score, the lower current run score means a smaller overall contribution compared to a perfectly timed run.

How to Use This Mythic Plus Rating Calculator

Our Mythic Plus Rating Calculator is designed to be user-friendly and provide immediate insights into your dungeon performance. Follow these steps to get the most out of the tool:

Step-by-Step Instructions:

  1. Enter Dungeon Level: Input the numerical level of the Mythic+ key you completed (e.g., 15, 20).
  2. Enter Base Dungeon Timer (minutes): Provide the standard timer for that specific dungeon. This information can be found in-game or on various WoW databases (e.g., Ruby Life Pools is 30 minutes, Algeth’ar Academy is 30 minutes).
  3. Enter Time Completed (minutes): Input the exact time your group finished the dungeon. Be precise, using decimals for seconds (e.g., 28.5 for 28 minutes and 30 seconds).
  4. Enter Deaths in Run: Count the total number of player deaths that occurred during the entire dungeon run.
  5. Enter Best Score for Other Affix: This is a crucial input. Find your highest score for this *same dungeon* but on the *opposite* affix week (e.g., if your current run is Fortified, enter your best Tyrannical score for that dungeon). If you haven’t completed the dungeon on the other affix week, you can enter 0, but remember this will significantly lower the “Dungeon’s Overall Contribution.”
  6. Real-time Calculation: The calculator updates automatically as you type, so there’s no need to click a “Calculate” button.
  7. Reset Button: If you want to start over, click the “Reset” button to clear all fields and restore default values.
  8. Copy Results Button: Use this button to quickly copy all the calculated results to your clipboard for easy sharing or record-keeping.

How to Read the Results:

  • Dungeon’s Overall Contribution (Primary Result): This is the most important metric for your overall Mythic Plus Rating. It represents the average of your current run’s score and your best score for that dungeon on the other affix week. This is the value that gets summed up across all dungeons to form your total M+ rating.
  • Current Run Score: This is the raw score your group achieved for the specific dungeon run you entered, before being averaged with the other affix score.
  • Timer Bonus/Penalty: Shows how many points were added or subtracted due due to your completion time relative to the base timer. A positive number means you were fast; a negative number means you were slow.
  • Death Penalty: Indicates the total points deducted from your score due to player deaths.
  • Overall Rating Impact (per dungeon): This value is identical to the “Dungeon’s Overall Contribution” in this calculator, as it represents the total points this specific dungeon adds to your overall Mythic Plus Rating.

Decision-Making Guidance:

By using this Mythic Plus Rating Calculator, you can make informed decisions:

  • Identify Weaknesses: If your “Timer Bonus/Penalty” is consistently negative, focus on improving pull efficiency and execution. If “Death Penalty” is high, work on mechanics and survivability.
  • Prioritize Dungeons: See which dungeons have a lower “Dungeon’s Overall Contribution” and target them for improvement on their respective affix weeks.
  • Set Goals: Understand what score you need to achieve on a specific key level to reach a desired overall Mythic Plus Rating.

Key Factors That Affect Mythic Plus Rating Results

Achieving a high Mythic Plus Rating involves mastering several aspects of World of Warcraft’s endgame content. Understanding these factors is crucial for optimizing your runs and maximizing your score.

  1. Dungeon Level: This is the most straightforward factor. Higher key levels inherently offer more base points. A +20 key will always provide a higher base score than a +15 key, assuming similar performance. Pushing higher keys is fundamental to increasing your overall Mythic Plus Rating.
  2. Completion Time (Timing Keys): Finishing a dungeon significantly ahead of the timer provides a substantial bonus to your score. Conversely, going over the timer incurs a penalty. The faster you complete a key, the more points you earn. This emphasizes efficient routing, quick trash clearing, and flawless boss execution.
  3. Number of Deaths: Every player death during a Mythic+ run results in a point deduction. While a few deaths might not drastically alter a well-timed run, excessive deaths can severely impact your score, even if you still manage to time the key. Minimizing deaths through better mechanics, healing, and defensive cooldown usage is vital for a higher Mythic Plus Rating.
  4. Affix Weeks (Fortified vs. Tyrannical): The Mythic Plus Rating system specifically tracks your best score for each dungeon on both Fortified and Tyrannical weeks. Your overall contribution for a dungeon is the average of these two scores. This means you cannot simply spam one affix week; you must perform well on both to maximize your rating.
  5. Dungeon Choice and Familiarity: Some dungeons are inherently easier or harder to time, or have more punishing mechanics. Players often find certain dungeons more challenging on specific affix weeks. Familiarity with dungeon layouts, trash abilities, and boss mechanics allows for smoother, faster runs and fewer deaths, directly boosting your Mythic Plus Rating.
  6. Group Composition and Performance: A well-balanced group with strong damage, healing, and utility, coupled with excellent individual player performance, is paramount. Synergistic class abilities, effective use of crowd control, and coordinated defensive cooldowns contribute to faster clear times and fewer deaths, directly impacting the group’s ability to achieve a high WoW M+ score.
  7. Gear and Character Optimization: While not a direct input into the score calculation, your character’s gear, talent choices, and overall optimization (e.g., enchantments, gems, consumables) significantly influence your ability to perform well. Better gear leads to higher damage, stronger healing, and increased survivability, making it easier to time keys and reduce deaths, thus indirectly improving your Mythic Plus Rating.

Frequently Asked Questions (FAQ) about Mythic Plus Rating

How is the overall Mythic Plus Rating calculated?

Your overall Mythic Plus Rating is the sum of your “Dungeon’s Overall Contribution” for all available Mythic+ dungeons. For each dungeon, this contribution is the average of your best Fortified score and your best Tyrannical score. For example, if there are 8 dungeons, your total rating is the sum of the 8 averaged scores.

Does dying affect my Mythic Plus Rating?

Yes, dying incurs a penalty that reduces your score for that specific run. While the penalty per death is relatively small (e.g., 0.5 points), multiple deaths can add up and significantly lower your “Current Run Score,” which then impacts your “Dungeon’s Overall Contribution” to your Mythic Plus Rating.

What if I don’t have an “other affix best score” for a dungeon?

If you haven’t completed a dungeon on the opposite affix week, you can enter 0 for the “Best Score for Other Affix” in the Mythic Plus Rating Calculator. This will mean your “Dungeon’s Overall Contribution” will be half of your current run’s score, as it’s averaged with a zero. To maximize your M+ Rating, you should aim to complete each dungeon on both Fortified and Tyrannical weeks.

What’s the maximum Mythic Plus Rating I can achieve?

There isn’t a strict “maximum” rating, as it depends on the highest key levels players can complete. As players push higher keys (e.g., +25, +30), the potential Mythic Plus Rating increases. However, there are seasonal achievements and titles tied to reaching certain rating thresholds (e.g., Keystone Master, Hero, Conqueror).

How important is timing a key for my Mythic Plus Rating?

Timing a key is extremely important. Completing a dungeon significantly ahead of the timer provides a substantial bonus to your score, while going over the timer incurs a penalty. The difference between a perfectly timed key and one that’s barely timed or over-timed can be hundreds of points for a single run, greatly impacting your WoW M+ score.

Do lower keys contribute to my overall Mythic Plus Rating?

Yes, all keys from +2 upwards contribute to your Mythic Plus Rating. However, higher keys provide a much larger base score. While a +2 run will give you some points, you’ll need to complete much higher keys to achieve a competitive overall M+ Rating.

Can I lose Mythic Plus Rating?

You cannot “lose” rating in the sense that a bad run will decrease your existing best scores. Your Mythic Plus Rating is always based on your *highest* Fortified and Tyrannical scores for each dungeon. If you run a dungeon and get a lower score than your current best for that affix, your rating simply won’t change for that dungeon.

What are “seasonal affixes” and how do they affect my M+ Rating?

Seasonal affixes are unique affixes that change with each new Mythic+ season (e.g., Thundering, Encrypted, Shrouded). They add an additional layer of complexity to dungeons. While they don’t directly alter the scoring formula, they can significantly impact how easily groups can time keys and avoid deaths, thus indirectly affecting your ability to achieve a high Mythic Plus Rating.

Related Tools and Internal Resources

Enhance your World of Warcraft Mythic+ experience with these additional resources:

© 2023 Mythic Plus Rating Calculator. All rights reserved. World of Warcraft is a registered trademark of Blizzard Entertainment, Inc.



Leave a Reply

Your email address will not be published. Required fields are marked *