Calculate Your D&D Fall Damage
Calculation Results
Dice Before Cap: 0d6
Dice After Cap (20d6 max): 0d6
Dice After Abilities (e.g., Slow Fall): 0d6
Average Damage: 0 points
Maximum Damage: 0 points
Note: Damage is always bludgeoning. A fall of less than 10 feet typically deals no damage.
What is D&D Fall Damage?
In Dungeons & Dragons 5th Edition (5e), fall damage is a common hazard adventurers face, whether due to a failed Dexterity saving throw, a push from an enemy, or simply misjudging a jump. The rules for fall damage are straightforward: a creature takes 1d6 bludgeoning damage for every 10 feet it falls, up to a maximum of 20d6. This means that a fall of 200 feet or more deals the same amount of damage as a fall of exactly 200 feet.
Our dnd fall damage calculator is designed for anyone playing D&D 5e: Dungeon Masters needing quick damage calculations for their monsters or players, and players curious about the consequences of their actions. It helps avoid common misunderstandings, such as calculating damage beyond the 20d6 cap or forgetting to apply resistance/vulnerability.
Understanding D&D fall damage is crucial for realistic combat scenarios and environmental challenges, adding depth and danger to your campaigns. While the damage is always bludgeoning, various factors can modify the final outcome, making a dedicated tool like this invaluable.
D&D Fall Damage Formula and Explanation
The core rule for D&D 5e fall damage is simple, but it includes a cap and potential modifiers. Here's how the dnd fall damage calculator works:
1. Initial Damage Dice (before cap):
Dice_Initial = FLOOR(Fall_Distance / 10)
2. Capped Damage Dice:
Dice_Capped = MIN(Dice_Initial, 20)
3. Damage Dice After Abilities:
IF Slow_Fall_Ability THEN Dice_Abilities = MAX(0, Dice_Capped - 10)
ELSE Dice_Abilities = Dice_Capped
4. Average Damage:
Average_Damage = Dice_Abilities * 3.5
5. Maximum Damage:
Max_Damage = Dice_Abilities * 6
6. Final Damage (Average & Max, after Resistance/Vulnerability):
IF Modifier = Resistance THEN Final_Damage = ROUND_DOWN(Damage / 2)
IF Modifier = Vulnerability THEN Final_Damage = Damage * 2
ELSE Final_Damage = Damage
Remember that a fall of 0-9 feet typically results in no damage, though DMs may rule otherwise for dramatic effect. The "round down" rule for resistance is important in D&D 5e.
Variables Used in D&D Fall Damage Calculation
| Variable | Meaning | Unit | Typical Range |
|---|---|---|---|
Fall_Distance |
The vertical distance a creature falls. | feet | 10 - 200+ |
Dice_Initial |
The raw number of d6 damage dice based on distance. | d6 | 1 - unlimited (before cap) |
Dice_Capped |
The number of d6 damage dice, limited to 20. | d6 | 0 - 20 |
Slow_Fall_Ability |
Boolean (True/False) indicating if an ability like Slow Fall is active. | unitless | True/False |
Modifier |
Damage modification (None, Resistance, Vulnerability). | unitless | N/A |
Practical Examples of D&D Fall Damage Calculation
Let's look at a few examples using the dnd fall damage calculator to illustrate how different factors affect the outcome.
Example 1: A Standard Fall
- Inputs:
- Fall Distance: 65 feet
- Damage Modifier: None
- Slow Fall Ability: No
- Calculation:
- Initial Dice:
FLOOR(65 / 10) = 6d6 - Capped Dice:
MIN(6, 20) = 6d6 - Dice After Abilities:
6d6(no Slow Fall) - Average Damage:
6 * 3.5 = 21 points - Maximum Damage:
6 * 6 = 36 points
- Initial Dice:
- Result: 6d6 bludgeoning damage (Average: 21, Max: 36 points).
Example 2: A Very High Fall with Resistance
- Inputs:
- Fall Distance: 300 feet
- Damage Modifier: Resistance
- Slow Fall Ability: No
- Calculation:
- Initial Dice:
FLOOR(300 / 10) = 30d6 - Capped Dice:
MIN(30, 20) = 20d6 - Dice After Abilities:
20d6 - Average Damage (before resistance):
20 * 3.5 = 70 points - Maximum Damage (before resistance):
20 * 6 = 120 points - Final Average Damage:
FLOOR(70 / 2) = 35 points - Final Maximum Damage:
FLOOR(120 / 2) = 60 points
- Initial Dice:
- Result: 20d6 bludgeoning damage, halved due to resistance (Average: 35, Max: 60 points). Note the 20d6 cap applied despite the 300-foot fall.
Example 3: A Fall with Slow Fall Ability
- Inputs:
- Fall Distance: 150 feet
- Damage Modifier: None
- Slow Fall Ability: Yes
- Calculation:
- Initial Dice:
FLOOR(150 / 10) = 15d6 - Capped Dice:
MIN(15, 20) = 15d6 - Dice After Abilities:
MAX(0, 15 - 10) = 5d6(due to Slow Fall) - Average Damage:
5 * 3.5 = 17.5 points(often rounded to 17 or 18 by DMs) - Maximum Damage:
5 * 6 = 30 points
- Initial Dice:
- Result: 5d6 bludgeoning damage (Average: 17.5, Max: 30 points). The Slow Fall ability significantly reduced the damage.
How to Use This D&D Fall Damage Calculator
Using our dnd fall damage calculator is intuitive and designed for speed, allowing you to quickly resolve falling scenarios during your D&D sessions.
- Enter Fall Distance: Input the number of feet the creature has fallen into the "Fall Distance (feet)" field. The calculator automatically handles the 200-foot (20d6) damage cap. Ensure the number is positive.
- Select Damage Modifier: Choose "None," "Resistance," or "Vulnerability" from the "Damage Modifier" dropdown. This accounts for any creature traits that modify bludgeoning damage.
- Check Slow Fall Ability: If the creature possesses an ability like a Monk's Slow Fall, check the "Has Slow Fall / Similar Ability?" checkbox. This will reduce the damage dice by 10d6.
- Interpret Results: The calculator will instantly display the initial dice, capped dice, dice after abilities, average damage, and maximum possible damage. The "Total Fall Damage" section highlights the final outcome.
- Use the Chart: The interactive chart below the results dynamically updates to show how different fall distances and modifiers impact average damage, providing a visual understanding of the rules.
- Reset or Copy: Use the "Reset Calculator" button to clear all inputs and return to default values. Click "Copy Results" to easily paste the detailed calculation into your notes or chat.
This dnd fall damage calculator ensures accurate and consistent application of D&D 5e's falling rules, saving you time and enhancing your gameplay experience.
Key Factors That Affect D&D Fall Damage
While the basic rule is 1d6 per 10 feet, several elements can alter the final damage taken from a fall. Understanding these factors is key to mastering D&D fall damage scenarios.
- Fall Distance (feet): This is the primary determinant. The greater the distance, the more dice are rolled. Our dnd fall damage calculator takes this as the main input.
- Damage Cap (200 feet / 20d6): Crucially, D&D 5e caps fall damage at 20d6. Whether a creature falls 200 feet or 20,000 feet, the maximum bludgeoning damage from the fall itself remains 20d6. This prevents excessively high damage from truly extreme heights.
- Damage Type (Bludgeoning): All fall damage is bludgeoning. This matters for creatures with specific resistances or immunities.
- Resistance and Vulnerability: If a creature has resistance to bludgeoning damage (e.g., a Barbarian using Rage), the final damage is halved (rounded down). If it has vulnerability, the damage is doubled. This is a critical modifier our dnd fall damage calculator accounts for.
- Special Abilities (e.g., Slow Fall, Feather Fall): Monks at 4th level gain Slow Fall, reducing fall damage by 10d6. The Feather Fall spell reduces the rate of descent, often negating damage entirely for most falls. These abilities apply before resistance/vulnerability.
- Landing Surface: While not a core rule, DMs might apply additional effects or damage if a creature lands on a particularly hazardous surface (e.g., spikes, lava, jagged rocks). This is a DM's discretion and not typically part of the standard damage calculation.
- Creature Size: Interestingly, a creature's size does not directly modify the damage dice taken from a fall in 5e, unlike some previous editions. However, it might affect saving throws to avoid falling or other environmental interactions.
Frequently Asked Questions (FAQ) About D&D Fall Damage
Q: Is there a minimum height for fall damage in D&D 5e?
A: Yes, a creature typically takes 1d6 bludgeoning damage for every 10 feet fallen. This means a fall of 9 feet or less usually deals no damage. However, DMs might rule differently for narrative impact or specific circumstances.
Q: What is the maximum fall damage in D&D 5e?
A: The maximum fall damage in D&D 5e is 20d6 bludgeoning damage. This cap applies to any fall of 200 feet or more. Our dnd fall damage calculator respects this cap.
Q: How does a Monk's Slow Fall ability work with the dnd fall damage calculator?
A: A Monk's Slow Fall ability (available at 4th level) reduces any fall damage taken by 10d6. This reduction occurs before any resistance or vulnerability is applied. If the damage would be reduced to 0, the Monk takes no damage.
Q: Does the Feather Fall spell prevent all fall damage?
A: The Feather Fall spell reduces a creature's falling speed to 60 feet per round. This means that for most falls within a single round, the creature will reach the ground gently and take no damage. For extremely high falls over multiple rounds, it would take damage equal to the remaining feet fallen at the end of the spell's duration, if any.
Q: Are there any units other than feet for fall distance?
A: In D&D 5e, all distances are universally measured in feet for simplicity and consistency. Our dnd fall damage calculator therefore uses feet exclusively for fall distance, as no other unit system is applicable within the game's rules.
Q: How does damage resistance or vulnerability affect fall damage?
A: If a creature has resistance to bludgeoning damage, the total damage taken from falling is halved (rounded down). If it has vulnerability, the damage is doubled. This is applied after any abilities like Slow Fall.
Q: Can a character die from fall damage?
A: Absolutely. While the 20d6 cap prevents infinite damage, 20d6 (average 70, max 120) is enough to instantly kill many lower to mid-level characters and seriously injure even high-level ones. It's a significant threat.
Q: Why does the calculator show average and maximum damage?
A: Since D&D uses dice rolls, the exact damage is uncertain until the dice are rolled. The calculator provides the average damage (useful for quick estimates) and the maximum possible damage (for understanding worst-case scenarios), giving DMs and players a full picture of the potential impact.
Related D&D Tools and Resources
Enhance your Dungeons & Dragons experience with our other helpful tools and guides:
- D&D Spell Slot Calculator: Manage your spellcasting resources efficiently.
- D&D Encounter Difficulty Calculator: Balance your combat encounters for any party level.
- D&D XP Calculator: Determine experience point awards for your players.
- D&D Ability Score Calculator: Optimize your character's stats.
- D&D Character Sheet Generator: Create custom character sheets quickly.
- D&D Initiative Tracker: Keep combat organized and flowing smoothly.