Whirlwind (move): Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m ((Automated edit) switching html entity to character)
 
(258 intermediate revisions by 97 users not shown)
Line 1: Line 1:
{{samename|TFG starter set|Whirlwind (TFG)}}
{{redirect|Whirlwind|the TFG starter set|Whirlwind (TFG)}}
----
{{MoveInfobox
{{MoveInfobox|
|n=18
n=18 |
|name=Whirlwind
name=Whirlwind |
|jname=ふきとばし
jname=ふきとばし |
|jtranslit=Fukitobashi
jtranslit=Fuki Tobashi |
|jtrans=Blow Away
jtrans=Blow Away |
|gameimage=Whirlwind IX.png
gameimage=Whirlwind.png |
|gameimagewidth=300
type=Normal |
|type=Normal
damagecategory=Status |
|damagecategory=Status
basepp=20 |
|basepp=20
maxpp=32 |
|maxpp=32
power=— |
|power=—
accuracy={{tt|100|85% in Generation I}} |
|accuracy={{tt||85% in Generation I; 100% in Generations II-V}}
priority=-6{{tt|*|0 in Generation I, -1 in Generation II, -5 in Generation III}} |
|priority=-6{{tt|*|0 in Generation I; -1 in Generation II}}
gen=I |
|gen=I
category=Smart |
|category=Smart
appeal=3 |
|appeal=3
jam=0 |
|jam=0
cdesc=Scrambles the order of appeals on the next turn. |
|cdesc=Scrambles the order of appeals on the next turn.
appealsc=0 |
|appealsc=0
scdesc=Earn +15 if all the Pokémon choose the same Judge. |
|scdesc=Earn +15 if all the Pokémon choose the same Judge.
pokefordex=whirlwind |
|category6=Clever
touches=no |
|appeal6=3
protect=yes |
|jam6=0
magiccoat=yes |
|cdesc6=Causes the user to move later on the next turn.
snatch=no |
|touches=no
brightpowder=yes |
|protect=no
kingsrock=no |
|magiccoat=yes
flag7=yes |
|snatch=no
flag8=no |
|mirrormove=yes
sound=no |
|kingsrock=no
tm1=yes|
|sound=no
tm#1=04|
|tm1=yes
na=no|
|tm#1=04
target=anyadjacent |
|na=no
footnotes= }}
|target=anyadjacent
}}


'''Whirlwind''' (Japanese: '''{{tt|ふきとばし|Fuki Tobashi}}''' ''Blow Away'') is a non-damaging {{type|Normal}} [[move]] introduced in [[Generation I]]. It was [[TM04]] in said generation.
'''Whirlwind''' (Japanese: '''ふきとばし''' ''Blow Away'') is a non-damaging {{type|Normal}} [[move]] introduced in [[Generation I]]. It was [[TM04]] in Generation I.


==Effect==
==Effect==
===[[Generation I]]===
===Generation I===
Whirlwind can be used to automatically end wild Pokémon battles and has normal priority. Even if a wild Pokémon uses the move, the battle will end. However, it has no effect in a Trainer battle. Also, its accuracy is 85%.
If Whirlwind is successfully used in a wild Pokémon battle by either Pokémon, the battle will automatically end. In a Trainer battle, Whirlwind has no effect. Whirlwind has 85% accuracy and normal priority.
 
If the user's level is less than the target's level, there is a chance that Whirlwind will fail, between approximately 10% and 25%, depending on the levels of the two Pokémon. The chance of failure typically<!--but not strictly--> increases the higher the target's level is than the user's. Specifically, the chance of failure is the following.
<math display="block">FailureChance = \frac{\left\lfloor {Level_{target} \over 4}\right\rfloor}{Level_{target} + Level_{user} + 1}</math>
 
===Generation II===
When in a Trainer battle, Whirlwind will now force the target to switch with a randomly chosen Pokémon from its Trainer's party. If there is no Pokémon for the target to switch with, Whirlwind will fail. Whirlwind's accuracy is increased to 100% and its priority is decreased to -1. If Whirlwind is used before the opponent can make its move, Whirlwind will fail. Whirlwind can now hit Pokémon during the semi-invulnerable turn of {{m|Fly}}.
 
Whirlwind's chance to fail does not apply to Trainer battles. However, in Trainer battles, Whirlwind will always fail if used before the opponent has made its move. If the player uses Whirlwind against the [[Red Gyarados]] or to try escaping from the forced wild Pokémon encounters at [[Team Rocket HQ]], the move will always fail.


===[[Generation II]]===
===Generations III and IV===
Now, when in battle against a Trainer, Whirlwind will force a switch with a randomly chosen Pokémon from the Trainer's party. If there isn't another Pokémon, Whirlwind will fail. It also has a priority of -1. If two Pokémon use Whirlwind at the same time, the faster one will fail and the slower one will switch it out. Its accuracy is 100% from Generation II on. Additionally, it now can hit Pokémon using {{m|Fly}}.
Whirlwind now has a priority of -6.


===[[Generation III]]===
Whirlwind will fail when used against Pokémon with the Ability {{a|Suction Cups}} or rooted by {{m|Ingrain}}. It no longer fails if it is not used last. It can no longer hit Pokémon during the semi-invulnerable turn of Fly.
Whirlwind will fail when used against Pokémon with the Ability {{a|Suction Cups}} or rooted by {{m|Ingrain}}. In a Trainer battle, rather than switching out to a random Pokémon in the party, it switches out to the next Pokémon in line that has not fainted. Whirlwind has a priority of -5. If two Pokémon use Whirlwind at the same time, instead of the faster one failing, the faster one will go first and switch the slower one out.


===[[Generation IV]]===
The chance of failure if the user's level is less than the target's is now calculated slightly differently. Specifically, for a random integer ''X'' between 0 and 255, Whirlwind fails if the following relation is true:
Same as before, but it now has a priority of -6.
<math display="block">\left\lfloor \frac{X \times (Level_{target} + Level_{user})}{256} \right\rfloor + 1 \le \left\lfloor \frac {Level_{target}}{4} \right\rfloor</math>


===[[Generation V]]===
The chance of failure can be approximated by the following formula. However, this approximation may diverge moderately from the true probability for low user and target levels.
Same as before, but it can now be reflected with {{m|Magic Coat}} or {{a|Magic Bounce}}.
<math display="block">FailureChance \approx \frac{\left\lfloor \frac{Level_{target}}{4} \right\rfloor}{Level_{target} + Level_{user}}</math>


====[[Pokémon Mystery Dungeon]]====
===Generation V===
Whirlwind blows away the opponent in front in a straight line, contrary to the direction it is facing. If it hits a wall, it takes 5 damage. If it hits another Pokémon, both Pokémon take 5 damage.
In wild Pokémon battles, Whirlwind will now always fail if the user's level is less than the target's. In Trainer battles, Whirlwind will now succeed if it hits, regardless of either Pokémon's level.
 
Whirlwind is now reflected by {{m|Magic Coat}} and {{a|Magic Bounce}}.
 
If a battle with wild Pokémon ever involves more than one Pokémon on each side of the battle, Whirlwind will fail if used by the player's Pokémon against a wild Pokémon, but if a wild Pokémon uses it against the player, it will force the target to switch with another Pokémon in the Trainer's party, regardless of the target's level.
 
===Generation VI onwards===
Whirlwind now bypasses {{stat|accuracy}} checks to always hit, unless the target is in the [[semi-invulnerable turn]] of a move such as {{m|Dig}} or {{m|Fly}}. Whirlwind can now hit a target even if it has used {{m|Protect}}, {{m|Detect}}, or {{m|Spiky Shield}}, but will fail if the target is protected by {{m|Crafty Shield}}.
 
Whirlwind can be used as part of a [[Contest combination|Contest Spectacular combination]], with the user gaining an extra three appeal points if any of the moves {{m|Spikes}}, {{m|Stealth Rock}} or {{m|Toxic Spikes}} was used in the prior turn.
 
If powered up by a [[Normalium Z]] into Z-Whirlwind, the user's {{stat|Special Defense}} stat rises by one stage.
 
Whirlwind fails when used on a [[Dynamax]] or [[Gigantamax]] Pokémon.


==Description==
==Description==
{{movedesc|normal}}
{{movedesc|normal}}
{{movedescentry|{{gameabbrev3|Stad}}|Generates a powerful wind that blows away wild Pokémon. Useful in the wild only.}}
{{movedescentry|{{gameabbrevss|Stad}}|Generates a powerful wind that blows away wild Pokémon. Useful in the wild only.}}
{{movedescentry|{{gameabbrev3|Stad2}}|A powerful wind that blows the target away. The opposing trainer must use a new <sc>Pokémon</sc>.}}
{{movedescentry|{{gameabbrevss|Stad2}}|A powerful wind that blows the target away. The opposing trainer must use a new <sc>Pokémon</sc>.}}
{{movedescentry|{{gameabbrev3|GSC}}|Blows away the foe & ends battle.}}
{{movedescentry|{{gameabbrev2|GSC}}|Blows away the foe & ends battle.}}
{{movedescentry|{{gameabbrev3|RSE}}|Blows away the foe with wind and ends the battle.}}
{{movedescentry|{{gameabbrev3|RSE}}|Blows away the foe with wind and ends the battle.}}
{{movedescentry|{{gameabbrev3|FRLG}}|The foe is made to switch out with an ally. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev3|FRLG}}|The foe is made to switch out with an ally. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev3|Colo}}{{gameabbrev3|XD}}|Blows away the target, switching it out of battle.}}
{{movedescentry|{{gameabbrevss|Colo}}{{gameabbrevss|XD}}|Blows away the target, switching it out of battle.}}
{{movedescentry|{{gameabbrev3|DPPt}}{{gameabbrev3|HGSS}}|The foe is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev4|DPPtHGSS}}|The foe is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev3|BW}}|The target is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrevss|PBR}}|The foe is blown away and replaced by another Pokémon in its party.}}
{{movedescentry|{{gameabbrev3|B2W2}}|The target is blown away and switched. In the wild, a battle against a single Pokémon ends.}}
{{movedescentry|{{gameabbrev5|BW}}|The target is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.}}
{{movedescentry|{{gameabbrev5|B2W2}}|The target is blown away and switched. In the wild, a battle against a single Pokémon ends.}}
{{movedescentry|{{gameabbrev6|XYORAS}}<br>{{gameabbrev7|SMUSUM}}<br>{{gameabbrev8|SwShBDSPLA}}<br>{{gameabbrev9|SV}}|The target is blown away, and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon.}}
{{movedescentry|{{gameabbrev7|PE}}|The target is blown away, and a different Pokémon is dragged out.}}
|}
|}
|}{{left clear}}
|}{{left clear}}
Line 75: Line 99:
==Learnset==
==Learnset==
===By [[Level|leveling up]]===
===By [[Level|leveling up]]===
{{Moveheader/Level|Normal|1}}
{{Movehead/Games|Normal|g7=2|g8=2}}
{{Moveentry/Level1|012|Butterfree|2|Bug|Flying|26|23|23|22|22||Y=23}}
{{Moveentry/11|0012|Butterfree|type=Bug|type2=Flying|1|Bug|Bug|26{{sup/1|RGB}}<br>23{{sup/1|Y}}|23|23|22|22|22|29|25|20|20}}
{{Moveentry/Level1|016|Pidgey|2|Normal|Flying|19|21|19|17|17|}}
{{Moveentry/11|0016|Pidgey|type=Normal|type2=Flying|1|Flying|Flying|19|21|19|17|17|17|17|21||17}}
{{Moveentry/Level1|017|Pidgeotto|2|Normal|Flying|21|23|20|17|17|}}
{{Moveentry/11|0017|Pidgeotto|type=Normal|type2=Flying|1|Flying|Flying|21|23|20|17|17|17|17|25||17}}
{{Moveentry/Level1|018|Pidgeot|2|Normal|Flying|--, 21|23|20|17|17|}}
{{Moveentry/11|0018|Pidgeot|type=Normal|type2=Flying|1|Flying|Flying|21|23|20|17|17|17|17|25||17}}
{{Moveentry/Level1|249|Lugia|2|Psychic|Flying|no|77|--|--|--|}}
{{Moveentry/11|0042|Golbat|type=Poison|type2=Flying|1|Flying|Flying|−|−|−|−|−|−|−|1|−|−}}
{{Moveentry/Level1|250|Ho-Oh|2|Fire|Flying|no|77|--|--|--|}}
{{Moveentry/11|0049|Venomoth|type=Bug|type2=Poison|1|Bug|Bug|−|−|−|−|−|−|−|−||1|−}}
{{Moveentry/Level1|267|Beautifly|2|Bug|Flying|no|no|27|27|27|}}
{{Moveentry/11|0249|Lugia|type=Psychic|type2=Flying|1|No Eggs Discovered|No Eggs Discovered||77|1|1|1|1|1||1|1|1}}
{{Moveentry/Level1|269|Dustox|2|Bug|Poison|no|no|27|27|27|}}
{{Moveentry/11|0250|Ho-Oh|type=Fire|type2=Flying|1|No Eggs Discovered|No Eggs Discovered||77|1|1|1|1|1||1|1|1}}
{{Moveentry/Level1|275|Shiftry|2|Grass|Dark|no|no|no|--|--|}}
{{Moveentry/11|0267|Beautifly|type=Bug|type2=Flying|1|Bug|Bug|||27|27|27|27{{sup/6|XY}}<br>30{{sup/6|ORAS}}|30|||30}}
{{Moveentry/Level1|284|Masquerain|2|Bug|Flying|no|no|53|54|54|}}
{{Moveentry/11|0269|Dustox|type=Bug|type2=Poison|1|Bug|Bug|||27|27|27|27{{sup/6|XY}}<br>30{{sup/6|ORAS}}|30|||30}}
{{Moveentry/Level1|296|Makuhita|1|Fighting|Fighting|no|no|22|16|16|}}
{{Moveentry/11|0275|Shiftry|type=Grass|type2=Dark|2|Field|Grass|||−|1|1|1|1||1|1|{{tt|Rem.|Can only be learned via Move Reminder}}}}
{{Moveentry/Level1|297|Hariyama|1|Fighting|Fighting|no|no|22|16|16|}}
{{Moveentry/11|0284|Masquerain|type=Bug|type2=Flying|2|Water 1|Bug|||53|54|54|1, 54{{sup/6|XY}}<br>1, 48{{sup/6|ORAS}}|1, 48|||1, 48|1}}
{{Moveentry/Level1|357|Tropius|2|Grass|Flying|no|no|27|27|27|}}
{{Moveentry/11|0296|Makuhita|type=Fighting|1|Human-Like|Human-Like|||22|16|16|16|16|||16|16}}
{{Moveentry/Level1|396|Starly|2|Normal|Flying|no|no|no|21|21|}}
{{Moveentry/11|0297|Hariyama|type=Fighting|1|Human-Like|Human-Like|||22|16|16|16|16|||16|16}}
{{Moveentry/Level1|397|Staravia|2|Normal|Flying|no|no|no|23|23|}}
{{Moveentry/11|0357|Tropius|type=Grass|type2=Flying|2|Monster|Grass|||27|27|27|27{{sup/6|XY}}<br>21{{sup/6|ORAS}}|21|||21|21}}
{{Moveentry/Level1|398|Staraptor|2|Normal|Flying|no|no|no|23|23|}}
{{Moveentry/11|0396|Starly|type=Normal|type2=Flying|1|Flying|Flying||||21|21|21|21|||21|21}}
{{Moveentry/Level1|561|Sigilyph|2|Psychic|Flying|no|no|no|no|15|}}
{{Moveentry/11|0397|Staravia|type=Normal|type2=Flying|1|Flying|Flying||||23|23|23|23|||23|23}}
{{Moveentry/Level1|627|Rufflet|2|Normal|Flying|no|no|no|no|55|}}
{{Moveentry/11|0398|Staraptor|type=Normal|type2=Flying|1|Flying|Flying||||23|23|23|23|||23|23}}
{{Moveentry/Level1|628|Braviary|2|Normal|Flying|no|no|no|no|57|}}
{{Moveentry/11|0561|Sigilyph|type=Psychic|type2=Flying|1|Flying|Flying|||||14|14|14||25}}
{{Moveentry/Level1|629|Vullaby|2|Dark|Flying|no|no|no|no|55|}}
{{Moveentry/11|0627|Rufflet|type=Normal|type2=Flying|1|Flying|Flying|||||55|55|55||42||42}}
{{Moveentry/Level1|630|Mandibuzz|2|Dark|Flying|no|no|no|no|57|}}
{{Moveentry/11|0628|Braviary|type=Normal|type2=Flying|1|Flying|Flying|||||57|1, 57|1, 57||42||42}}
{{Moveentry/Level1|637|Volcarona|2|Bug|Fire|no|no|no|no|40|}}
{{Moveentry/11|0628|formsig=H|Braviary|type=Psychic|type2=Flying|1|Flying|Flying|form=Hisuian Form|||||||||||42}}
{{Movefooter|Normal|1}}
{{Moveentry/11|0629|Vullaby|type=Dark|type2=Flying|1|Flying|Flying|||||55|55|55||36||36}}
{{Moveentry/11|0630|Mandibuzz|type=Dark|type2=Flying|1|Flying|Flying|||||57|1, 57|1, 57||36||36}}
{{Moveentry/11|0637|Volcarona|type=Bug|type2=Fire|1|Bug|Bug|||||40|40|40||1||1}}
{{Moveentry/11|0714|Noibat|type=Flying|type2=Dragon|2|Flying|Dragon||||||40|40||28||28}}
{{Moveentry/11|0715|Noivern|type=Flying|type2=Dragon|2|Flying|Dragon||||||40|40||28||28}}
{{Moveentry/11|0787|Tapu Bulu|type=Grass|type2=Fairy|1|No Eggs Discovered|No Eggs Discovered|||||||1||25}}
{{Moveentry/11|0962|Bombirdier|type=Flying|type2=Dark|1|Flying|Flying|||||||||||16}}
{{Moveentry/11|0988|Slither Wing|type=Bug|type2=Fighting|1|No Eggs Discovered|No Eggs Discovered|||||||||||77}}
{{Moveentry/11|0992|Iron Hands|type=Fighting|type2=Electric|1|No Eggs Discovered|No Eggs Discovered|||||||||||14}}
{{Moveentry/11|0994|Iron Moth|type=Fire|type2=Poison|1|No Eggs Discovered|No Eggs Discovered|||||||||||1}}
{{Moveentry/11|1003|Ting-Lu|type=Dark|type2=Ground|1|No Eggs Discovered|No Eggs Discovered|||||||||||25}}
{{Movefoot|Normal|11}}
 
===By [[TM]]===
{{Movehead/TMGames|Normal|g1tm=04|g2=none|g3=none|g4=none|g5=none|g6=none|g7=none|g8=none|g9=none}}
{{Moveentry/1|0012|Butterfree|type=Bug|type2=Flying|1|Bug|Bug|✔}}
{{Moveentry/1|0016|Pidgey|type=Normal|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0017|Pidgeotto|type=Normal|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0018|Pidgeot|type=Normal|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0021|Spearow|type=Normal|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0022|Fearow|type=Normal|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0041|Zubat|type=Poison|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0042|Golbat|type=Poison|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0049|Venomoth|type=Bug|type2=Poison|1|Bug|Bug|✔}}
{{Moveentry/1|0083|Farfetch'd|type=Normal|type2=Flying|2|Flying|Field|✔}}
{{Moveentry/1|0084|Doduo|type=Normal|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0085|Dodrio|type=Normal|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0142|Aerodactyl|type=Rock|type2=Flying|1|Flying|Flying|✔}}
{{Moveentry/1|0144|Articuno|type=Ice|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔}}
{{Moveentry/1|0145|Zapdos|type=Electric|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔}}
{{Moveentry/1|0146|Moltres|type=Fire|type2=Flying|1|No Eggs Discovered|No Eggs Discovered|✔}}
{{Moveentry/1|0151|Mew|type=Psychic|1|No Eggs Discovered|No Eggs Discovered|}}
{{Movefoot|Normal|1}}


===By {{pkmn|breeding}}===
===By {{pkmn|breeding}}===
{{Moveheader/Breed|Normal|2}}
{{Movehead/Games|Normal|Egg Move|g1=none|g7=1|g7g={{gameabbrev7|SMUSUM}}|g8=2}}
{{Moveentry/Breed2|021|Spearow|2|Normal|Flying|no|no|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}{{MSP|561|Sigilyph}}{{MSP|627|Rufflet}}{{MSP|628|Braviary}}|}}
{{Moveentry/9|0021|Spearow|type=Normal|type2=Flying|1|Flying|Flying||||||||}}
{{Moveentry/Breed2|041|Zubat|2|Poison|Flying|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}{{MSP|561|Sigilyph}}{{MSP|627|Rufflet}}{{MSP|628|Braviary}}|}}
{{Moveentry/9|0041|Zubat|type=Poison|type2=Flying|1|Flying|Flying||||||||}}
{{Moveentry/Breed2|142|Aerodactyl|2|Rock|Flying|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}{{MSP|561|Sigilyph}}{{MSP|627|Rufflet}}{{MSP|628|Braviary}}|}}
{{Moveentry/9|0084|Doduo|type=Normal|type2=Flying|1|Flying|Flying|||||||||}}
{{Moveentry/Breed2|143|Snorlax|1|Normal|Normal|no|no|{{MSP|357|Tropius}}|{{MSP|357|Tropius}}|}}
{{Moveentry/9|0142|Aerodactyl|type=Rock|type2=Flying|1|Flying|Flying||||||||}}
{{Moveentry/Breed2|163|Hoothoot|2|Normal|Flying|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}{{MSP|561|Sigilyph}}{{MSP|627|Rufflet}}{{MSP|628|Braviary}}|}}
{{Moveentry/9|0143|Snorlax|type=Normal|1|Monster|Monster|||||||||}}
{{Moveentry/Breed2|193|Yanma|2|Bug|Flying|{{MSP|012|Butterfree}}|{{MSP|012|Butterfree}}{{MSP|267|Beautifly}}{{MSP|269|Dustox}}{{MSP|284|Masquerain}}|{{MSP|012|Butterfree}}{{MSP|267|Beautifly}}{{MSP|269|Dustox}}{{MSP|284|Masquerain}}|{{MSP|012|Butterfree}}{{MSP|267|Beautifly}}{{MSP|269|Dustox}}{{MSP|284|Masquerain}}{{MSP|637|Volcarona}}|}}
{{Moveentry/9|0163|Hoothoot|type=Normal|type2=Flying|1|Flying|Flying|||||||||}}
{{Moveentry/Breed2|198|Murkrow|2|Dark|Flying|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}{{MSP|561|Sigilyph}}{{MSP|627|Rufflet}}{{MSP|628|Braviary}}|}}
{{Moveentry/9|0193|Yanma|type=Bug|type2=Flying|1|Bug|Bug|||||||||}}
{{Moveentry/Breed2|227|Skarmory|2|Steel|Flying|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}{{MSP|561|Sigilyph}}{{MSP|627|Rufflet}}{{MSP|628|Braviary}}|}}
{{Moveentry/9|0198|Murkrow|type=Dark|type2=Flying|1|Flying|Flying|||||||||}}
{{Moveentry/Breed2|276|Taillow|2|Normal|Flying|no|no|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}|{{MSP|016|Pidgey}}{{MSP|017|Pidgeotto}}{{MSP|018|Pidgeot}}{{MSP|396|Starly}}{{MSP|397|Staravia}}{{MSP|398|Staraptor}}{{MSP|561|Sigilyph}}{{MSP|627|Rufflet}}{{MSP|628|Braviary}}|}}
{{Moveentry/9|0227|Skarmory|type=Steel|type2=Flying|1|Flying|Flying|||||||||}}
{{Moveentry/Breed2|325|Spoink|1|Psychic|Psychic|no|no|no|{{MSP|275|Shiftry}}|}}
{{Moveentry/9|0276|Taillow|type=Normal|type2=Flying|1|Flying|Flying||||||||}}
{{Moveentry/Breed2|408|Cranidos|1|Rock|Rock|no|no|{{MSP|357|Tropius}}|{{MSP|357|Tropius}}|}}
{{Moveentry/9|0293|Whismur|type=Normal|2|Monster|Field||||||{{sup/8|USUM}}|✔|✔}}
{{Moveentry/Breed2|446|Munchlax|1|Normal|Normal|no|no|{{MSP|357|Tropius}}|{{MSP|357|Tropius}}|}}
{{Moveentry/9|0325|Spoink|type=Psychic|1|Field|Field|||||||||}}
{{Moveentry/Breed2|449|Hippopotas|1|Ground|Ground|no|no|no|{{MSP|275|Shiftry}}|}}
{{Moveentry/9|0408|Cranidos|type=Rock|1|Monster|Monster|||||||||}}
{{Moveentry/Breed2|451|Skorupi|2|Poison|Bug|no|no|{{MSP|012|Butterfree}}{{MSP|267|Beautifly}}{{MSP|269|Dustox}}{{MSP|284|Masquerain}}|{{MSP|012|Butterfree}}{{MSP|267|Beautifly}}{{MSP|269|Dustox}}{{MSP|284|Masquerain}}{{MSP|637|Volcarona}}|}}
{{Moveentry/9|0446|Munchlax|type=Normal|1|Monster|Monster|||||||||}}
{{Movefooter|Normal|2}}
{{Moveentry/9|0449|Hippopotas|type=Ground|1|Field|Field|||||||||}}
 
{{Moveentry/9|0451|Skorupi|type=Poison|type2=Bug|2|Bug|Water 3||||||||}}
===By [[TM]]===
{{Moveentry/9|0878|Cufant|type=Steel|2|Field|Mineral|||||||||}}
{{Moveheader/TM|Normal|1|TM04|no|no|no|no}}
{{Movefoot|Normal|9}}
{{Moveentry/TM1|012|Butterfree|2|Bug|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|016|Pidgey|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|017|Pidgeotto|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|018|Pidgeot|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|021|Spearow|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|022|Fearow|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|041|Zubat|2|Poison|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|042|Golbat|2|Poison|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|049|Venomoth|2|Bug|Poison|yes|no|no|no|no|}}
{{Moveentry/TM1|083|Farfetch'd|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|084|Doduo|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|085|Dodrio|2|Normal|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|142|Aerodactyl|2|Rock|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|144|Articuno|2|Ice|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|145|Zapdos|2|Electric|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|146|Moltres|2|Fire|Flying|yes|no|no|no|no|}}
{{Moveentry/TM1|151|Mew|1|Psychic|Psychic|yes|no|no|no|no|}}
{{Movefooter|Normal|1}}


===By {{pkmn2|event}}===
===By {{pkmn2|event}}===
====[[Generation II]]====
====[[Generation II]]====
{{Learnlistspecial|Normal}}
{{Movehead/Special|Normal}}
{{Moveentryspecial|220|Swinub|2|Ice|Ground|{{DL|List of English Gotta Catch 'Em All event Pokémon|Whirlwind Swinub|New York City Pokémon Center}}}}
{{Moveentry/1|0220|Swinub|type=Ice|type2=Ground|1|Field|Field|{{DL|List of PCNY event Pokémon distributions (Generation II)|Whirlwind Swinub|New York City Pokémon Center}}}}
{{Learnlist/footer}}
{{Movefoot|Normal|1}}
 
==In other games==
===[[Pokémon Mystery Dungeon series]]===
Whirlwind targets the enemy in the front and blows them away by 10 tiles. If the enemy hits a wall, they will take 5 HP of damage; if they hit another Pokémon, they will both take 5 HP damage. A Pokémon that enters a tile they cannot walk on will be warped away.
 
{{Template:MDMoveheader|type=normal}}
{{Template:MDMoveRow|game=RB|pp=27|acc=100%|range=Front|target=Enemy|cuts=No}}
{{Template:MDMoveRow|game=TDS|pp=27|acc=100%|range=Front|target=Enemy|cuts=No}}
{{Template:MDMoveRow|game=BSL|pp=27|acc=100%|range=Front|target=Enemy|cuts=No}}
{{Template:MDMoveRow|game=GTI|pp=17|ppmax=50|acc=95%|accmax=98%|range=Front|target=Enemy|cuts=No}}
{{Template:MDMoveRow|game=SMD|pp=17|ppmax=40|acc=95%|accmax=98%|range=Front|target=Enemy|cuts=No}}
{{Template:MDMovefoot|type=normal|RB=yes|TDS=yes|BSL=yes|GTI=yes|SMD=yes|RTDX=yes}}
 
==={{g|Rumble Rush}}===
In {{g|Rumble Rush}}, all [[status move]]s including Whirlwind could only be used by opposing Pokémon and could not be obtained on any caught Pokémon. Whirlwind could be seen as a move used by Boss {{p|Pidgeotto}} and {{p|Pidgeot}}.
 
{{RumbleRushOtherAttack|move=Whirlwind|type=Normal
|charge=0.78
|range=Arc (wide)
|target=Enemy
|effect=None}}
 
===[[Pokémon Masters EX]]===
{| class="roundy" style="margin:auto; background:#{{normal color}}; border:3px solid #{{normal color dark}}; text-align:center"
|- style="background: #{{normal color light}}"
! style="width: 50px"|Category
! style="width: 50px"|Move Gauge
! style="width: 50px"|MP
! style="width: 50px"|Base Power
! style="width: 50px"|Max Power
! style="width: 50px"|Accuracy
! style="width: 70px"|Target
! style="width: 50px"|Effect Tag
! style="width: 250px"|Description
|- style="background:#fff"
{{statustable|Status}}
|3
|—
|—
|—
|—%
|An opponent
|—
| Forces the target to switch out.
|- style="background:#fff"
|}
*Description prior to Version 2.10.0{{tt|*|from June 28, 2021}}: Forces the opponent's sync pair to switch out.
 
===Description===
{{movedesc|normal}}
{{movedescentry|{{gameabbrevmd|RB}}|Knocks the target flying. If the target hits a wall or another Pokémon, it sustains damage.}}
{{movedescentry|{{gameabbrevmd|TDS}}|Sends the target flying. If the target hits a wall or another Pokémon, it sustains damage.}}
{{movedescentry|{{gameabbrevmd|BSL}}|{{tt|てきポケモンを とおくに ふきとばす ふきとんださきで かべや ポケモンに あたると ダメージをうける|Sends the target flying. If the target hits a wall or another Pokémon, it sustains damage}}}}
{{movedescentry|{{gameabbrevmd|GTI}}|It blows away an enemy straight back. The enemy takes damage if it crashes into a wall or a Pokémon.}}
{{movedescentry|{{gameabbrevmd|SMD}}<br/>{{gameabbrevmd|RTDX}}|It blows an enemy away in a straight line. If the enemy crashes into a Pokémon or a wall, the enemy takes damage.}}
|}
|}{{left clear}}


==In the anime==
==In the anime==
{{moveanime|type=normal|exp=yes|gen=The user blows a large gust of wind at the opponent or an attack.|image1=Falkner Pidgeot Whirlwind.png|image1p=Pidgeot|image2=Aaron Beautifly Whirlwind.png|image2p=Beautifly|image3=Lance Dragonite Whirlwind.png|image3p=Dragonite|image4=Jessie Dustox Whirlwind.png|image4p=Dustox}}
{{moveanime|type=normal|exp=yes|gen=The user blows a large gust of wind at the opponent or an attack.|image1=Falkner Pidgeot Whirlwind.png|image1p=Pidgeot|image2=Aaron Beautifly Whirlwind.png|image2p=Beautifly|image3=Lance Dragonite Whirlwind.png|image3p=Dragonite|image4=Jessie Dustox Whirlwind.png|image4p=Dustox}}
{{movep|type=normal|ms=012|pkmn=Butterfree|method=Butterfree flaps its wings and a strong gust is created from them.}}
{{movep|type=normal|ms=012|pkmn=Butterfree|method=Butterfree flaps its wings, creating a strong gust of wind.}}
{{movemid|type=normal|user=Ash's Butterfree|startcode=EP006|startname=Clefairy and the Moon Stone|notes=Debut}}
{{movemid|type=normal|user=Ash's Butterfree|startcode=EP006|startname=Clefairy and the Moon Stone|notes=Debut}}
{{movemid|type=normal|user=Ritchie|user1=Ritchie's Happy|startcode=EP078|startname=A Friend in Deed}}
{{movemid|type=normal|user=Ritchie|user1=Ritchie's Happy|startcode=EP078|startname=A Friend in Deed}}
{{movemid|type=normal|user=Lisa (movie)|user1=Lisa's Butterfree|startcode=M03|startname=Spell of the Unown}}
{{movemid|type=normal|user=Lisa (M03)|user1=Lisa's Butterfree|startcode=M03|startname=Spell of the Unown: Entei}}
{{movemid|type=normal|user=Xander|user1=Xander's Butterfree|startcode=AG142|startname=Caterpie's Big Dilemma}}
{{movemid|type=normal|user=Zander|user1=Zander's Butterfree|startcode=AG142|startname=Caterpie's Big Dilemma}}
{{movep|type=normal|ms=041|pkmn=Zubat|method=Zubat flaps its wings at a high speed and a strong gust of wind is created from them.}}
{{movep|type=normal|ms=041|pkmn=Zubat|method=Zubat flaps its wings at a high speed, creating a gust of strong wind.}}
{{movemid|type=normal|user=Brock's Zubat|startcode=EP006|startname=Clefairy and the Moon Stone|notes=Japanese version only}}
{{movemid|type=normal|user=Brock's Zubat|startcode=EP006|startname=Clefairy and the Moon Stone|notes=Japanese version only}}
{{movep|type=normal|ms=017|pkmn=Pidgeotto|method=Pidgeotto flaps its wings and a strong gust is created from them.}}
{{movep|type=normal|ms=017|pkmn=Pidgeotto|method=Pidgeotto flaps its wings and a strong gust of wind is created from them.}}
{{movemid|type=normal|user=Ash's Pidgeotto|startcode=EP006|startname=Clefairy and the Moon Stone}}
{{movemid|type=normal|user=Ash's Pidgeotto|startcode=EP006|startname=Clefairy and the Moon Stone}}
{{movep|type=normal|ms=049|pkmn=Venomoth|method=Venomoth flaps its wings and a strong gust is released from them.}}
{{movep|type=normal|ms=049|pkmn=Venomoth|method=Venomoth flaps its wings, creating a strong gust of wind.}}
{{movemid|type=normal|user=Assunta|user1=Assunta's Venomoth|startcode=EP080|startname=Friends to the End}}
{{movemid|type=normal|user=Assunta|user1=Assunta's Venomoth|startcode=EP080|startname=Friends to the End}}
{{movep|type=normal|ms=018|pkmn=Pidgeot|method=Pidgeot flaps its wings and a strong gust of wind is created from them.}}
{{movep|type=normal|ms=018|pkmn=Pidgeot|method=Pidgeot flaps its wings, creating a strong gust of wind.}}
{{movemid|type=normal|user=Falkner|user1=Falkner's Pidgeot|startcode=EP131|startname=Fighting Flyer with Fire}}
{{movemid|type=normal|user=Falkner|user1=Falkner's Pidgeot|startcode=EP131|startname=Fighting Flyer with Fire}}
{{movep|type=normal|ms=227|pkmn=Skarmory|method=Skarmory flaps its wings and a gust of wind strong enough to stop attacks comes out of them.}}
{{movep|type=normal|ms=164|pkmn=Noctowl|method=Noctowl flaps its wings, creating a strong gust of wind.}}
{{movemid|type=normal|user=Ash's Noctowl|startcode=EP164|startname=Carrying On!}}
{{movep|type=normal|ms=016|pkmn=Pidgey|method=Pidgey flaps its wings, creating a strong gust of wind.}}
{{movemid|type=normal|user=Malachi|user1=Malachi's Ken|startcode=EP164|startname=Carrying On!}}
{{movep|type=normal|ms=227|pkmn=Skarmory|method=Skarmory flaps its wings, creating a strong gust of wind that blows the opponent away.}}
{{movemid|type=normal|user=Skarmory (Pokémon)|user1=A wild Skarmory|startcode=PK08|startname=Delibird's Dilemma}}
{{movemid|type=normal|user=Skarmory (Pokémon)|user1=A wild Skarmory|startcode=PK08|startname=Delibird's Dilemma}}
{{movemid|type=normal|user=Skarmory (Pokémon)|user1=A wild Skarmory|startcode=SS019|startname=Pokémon Mystery Dungeon: Team Go-Getters Out of the Gate}}
{{movemid|type=normal|user=Skarmory (Pokémon)|user1=A wild Skarmory|startcode=Pokémon Mystery Dungeon: Team Go-Getters Out of the Gate!|startname=Pokémon Mystery Dungeon: Team Go-Getters Out of the Gate|notes=Skarmory {{color2|000|Anime move errors|cannot legally know}} Whirlwind in {{color2|000|Pokémon Mystery Dungeon: Red Rescue Team and Blue Rescue Team|Pokémon Mystery Dungeon: Red and Blue Rescue Team}}}}
{{movep|type=normal|ms=149|pkmn=Dragonite|method=Dragonite flaps its wings and a strong gust is created from them.}}
{{movemid|type=normal|user=Zirc|user1=Zirc's Skarmory|startcode=HZ006|startname=The Ancient Poké Ball}}
{{movemid|type=normal|user=Lance's Dragonite|startcode=EP235|startname=Talkin' 'Bout an Evolution|notes=Dragonite {{color2|{{normal color dark}}|Anime move errors|cannot legally learn}} Whirlwind}}
{{movemid|type=normal|user=Onia|user1=Onia's Skarmory|startcode=HZ006|startname=The Ancient Poké Ball}}
{{movemid|type=normal|user=Dragonite (Pokémon)|user1=A wild Dragonite|startcode=EP253|startname=Great Bowls of Fire!|notes=Dragonite {{color2|{{normal color dark}}|Anime move errors|cannot legally learn}} Whirlwind}}
{{movep|type=normal|ms=149|pkmn=Dragonite|method=Dragonite flaps its wings, creating a strong gust of wind.}}
{{movep|type=normal|ms=275|pkmn=Shiftry|method=Shiftry waves its hand and a huge gust of wind is released from it and blows the opponent away.}}
{{movemid|type=normal|user=Lance's Dragonite|startcode=EP235|startname=Talkin' 'Bout an Evolution|notes=Dragonite {{color2|000|Anime move errors|cannot legally learn}} Whirlwind}}
{{movemid|type=normal|user=Shiftry (Pokémon)|user1=A wild Shiftry|startcode=AG037|startname=Jump for Joy!}}
{{movemid|type=normal|user=Clair|user1=Clair's Dragonite|startcode=EP253|startname=Great Bowls of Fire!|notes=Dragonite {{color2|000|Anime move errors|cannot legally learn}} Whirlwind}}
{{movep|type=normal|ms=269|pkmn=Dustox|method=Dustox flaps its wings and a strong gust is created from them.}}
{{movep|type=normal|ms=275|pkmn=Shiftry|method=Shiftry waves its hand, creating a strong gust of wind.}}
{{movemid|type=normal|user=Jessie's Dustox|startcode=AG040|startname=Watt's with Wattson}}
{{movemid|type=normal|user=Shiftry (Pokémon)|user1=A wild Shiftry|startcode=AG037|startname=Jump for Joy!|notes=Shiftry {{color2|000|Anime move errors|could not legally learn}} Whirlwind {{color2|000|Generation III|at the time}}}}
{{movep|type=normal|ms=297|pkmn=Hariyama|method=Hariyama waves both of its arms into the air and a powerful wind blows the opponent into the air, or Hariyama swings one of its hands to the side and creates a wind that blows the opponent away.}}
{{movep|type=normal|ms=269|pkmn=Dustox|method=Dustox flaps its wings, creating a strong gust of wind.}}
{{movemid|type=normal|user=Jessie's Dustox|startcode=AG040|startname=Watt's with Wattson?}}
{{movep|type=normal|ms=142|pkmn=Aerodactyl|method=Aerodactyl flaps its wings, creating a strong gust of wind that blows the opponent away.}}
{{movemid|type=normal|user=Crystal (HS15)|user1=A wild Aerodactyl|startcode=HS15|startname=Putting the Air Back in Aerodactyl!}}
{{movep|type=normal|ms=297|pkmn=Hariyama|method=Hariyama waves one or both of its hands, creating a strong gust of wind that blows the opponent away.}}
{{movemid|type=normal|user=Hariyama (Pokémon)|user1=A wild Hariyama|startcode=PK17|startname=Pikachu's Island Adventure}}
{{movemid|type=normal|user=Hariyama (Pokémon)|user1=A wild Hariyama|startcode=PK17|startname=Pikachu's Island Adventure}}
{{movep|type=normal|ms=398|pkmn=Staraptor|method=Staraptor flaps its wings and a strong gust is created from them.}}
{{movep|type=normal|ms=398|pkmn=Staraptor|method=Staraptor flaps its wings, creating a gust of strong wind.}}
{{movemid|type=normal|user=Professor Rowan|user1=Professor Rowan's Staraptor|startcode=DP001|startname=Following a Maiden's Voyage!}}
{{movemid|type=normal|user=Professor Rowan|user1=Professor Rowan's Staraptor|startcode=DP001|startname=Following a Maiden's Voyage!}}
{{movep|type=normal|ms=267|pkmn=Beautifly|method=Beautifly flaps its wings at a high speed and creates a gust of wind from them.}}
{{movep|type=normal|ms=267|pkmn=Beautifly|method=Beautifly flaps its wings at a high speed, creating a strong gust of wind.}}
{{movemid|type=normal|user=Aaron's Beautifly|startcode=DP099|startname=A Trainer and Child Reunion!}}
{{movemid|type=normal|user=Aaron's Beautifly|startcode=DP099|startname=A Trainer and Child Reunion!}}
{{movep|type=normal|ms=143|pkmn=Snorlax|method=Snorlax takes a deep breath and then releases a gust of wind from its mouth.}}
{{movep|type=normal|ms=143|pkmn=Snorlax|method=Snorlax takes a deep breath and blows out a strong gust of wind from its mouth.}}
{{movebtm|type=normal|user=Snorlax (Pokémon)|user1=Unknown Trainer's Snorlax|startcode=DP180|startname=Four Roads Diverged in a Pokémon Port!}}
{{movebtm|type=normal|user=Pokémon Trainer|user1=A Trainer's Snorlax|startcode=DP180|startname=Four Roads Diverged in a Pokémon Port!}}
 
* In ''[[EP032|The Ninja Poké-Showdown]]'', {{Ash}} told his {{AP|Bulbasaur}} to use Whirlwind, which it [[Anime move errors|cannot legally learn]]. This is a {{DL|Anime move errors|Dub only|dubbing error}}, as in the original Japanese version, Ash only told Bulbasaur to "blow away" {{an|Aya}}'s {{p|Venonat}}'s {{m|Stun Spore}}.
* In ''[[AG013|All Things Bright and Beautifly!]]'', {{an|Chaz}} mentioned that his {{p|Venomoth}} knew Whirlwind. However, it has never been seen using the move.


==In the manga==
==In the manga==
===In the Pokémon Adventures manga===
===How I Became a Pokémon Card===
{{movemanga|type=normal|exp=yes|gen=The user flaps its wings and releases a powerful gust of wind.|image1=Dody Whirlwind.png|image1p=Doduo|image2=Brav Whirlwind.png|image2p=Braviary}}
{{movemanga|type=normal|exp=yes|gen=The user flaps its wings and releases swirling winds.|image1=Pidgey Whirlwind HIBAPC.png|image1p=Pidgey}}
{{movep|type=normal|ms=084|pkmn=Doduo|method=Doduo whips its two heads back and forth, releasing a powerful gust of wind at the opponent, or Doduo opens its beaks and two tornadoes come out of them. The tornadoes then hit the opponent and spin them around, making them dizzy.}}
{{movep|type=normal|ms=016|pkmn=Pidgey|method=Pidgey flaps its wings, releasing a swirl of winds.}}
{{movemid|type=normal|user=Yellow (Adventures)|user1=Yellow's Dody|startcode=PS042|startname=Do Do that Doduo|notes=Debut}}
{{movebtmManga|type=normal|user=Pidgey (Pokémon)|user1=A wild Pidgey|startcode=PW14|notes=Debut}}
 
===Pokémon Adventures===
{{movemanga|type=normal|exp=yes|gen=The user generates a powerful gust of wind that blows the target away. As the target is blown away, a different Pokémon is dragged out.|image1=Tapu Bulu Whirlwind Adventures.png|image1p=Tapu Bulu|image2=Brav Whirlwind.png|image2p=Braviary|image3=Winona Masquerain Beautifly Swablu Stun Spore Whirlwind Fury Attack.png|image3p=Beautifly|image4=Oak Spearow Mirror Move Whirlwind Adventures.png|image4p=Spearow and Doduo}}
{{movep|type=normal|ms=084|pkmn=Doduo|method=Doduo whips its two heads back and forth, releasing a powerful gust of wind at the opponent; or, Doduo opens its beaks and two tornadoes come out of them. The tornadoes hit the opponent and spin them around, making them dizzy.}}
{{movemid|type=normal|user=Dody|user1=Yellow's Dody|startcode=PS042|startname=Do Do that Doduo|notes=Debut}}
{{movep|type=normal|ms=021|pkmn=Spearow|method=Spearow flaps its wings, releasing a powerful gust of wind at the opponent.}}
{{movemid|type=normal|user=Professor Oak (Adventures)|user1=Professor Oak's Spearow|startcode=PS042|startname=Do Do that Doduo|notes=Used via {{mcolor|Mirror Move|000}}}}
{{movep|type=normal|ms=267|pkmn=Beautifly|method=Beautifly waves its wings and releases a powerful gust from them at the opponent.}}
{{movep|type=normal|ms=267|pkmn=Beautifly|method=Beautifly waves its wings and releases a powerful gust from them at the opponent.}}
{{movemid|type=normal|user=Winona|user1=Winona's Beautifly|startcode=PS231|startname=VS. Masquerain}}
{{movemid|type=normal|user=Winona|user1=Winona's Beautifly|startcode=PS231|startname=Master Class with Masquerain}}
{{movep|type=normal|ms=628|pkmn=Braviary|method=Braviary waves its wings and releases a powerful gust of wind from them at the opponent, blowing it backwards. As it gets blown backwards, it goes back into its Poké Ball.}}
{{movep|type=normal|ms=628|pkmn=Braviary|method=Braviary waves his wings and releases a powerful gust of wind from them at the opponent, blowing it backward. As it gets blown backward, it goes back into its Poké Ball, forcing another Pokémon to come out.}}
{{movebtmManga|type=normal|user=Black (Adventures)|user1=Black's Brav|startcode=ABW13|startname=Battle at the Museum}}
{{movemid|type=normal|user=Brav|user1=Black's Brav|startcode=PS473|startname=Battle at the Museum}}
{{movep|type=normal|ms=787|pkmn=Tapu Bulu|method=Tapu Bulu creates a large gust of wind that blows the opponent away.}}
{{movebtmManga|type=normal|user=Tapu Bulu (Pokémon)|user1=A wild Tapu Bulu|startcode=PASM20|startname=An Urgent Task and the Capture of an Ultra Beast}}


===In the Pokémon Diamond and Pearl Adventure! manga===
===Pokémon Diamond and Pearl Adventure!===
{{movemanga|type=normal|exp=yes|gen=The user flaps its wing and releases gusty winds.|image1=Jun Staravia Whirlwind DPA.png|image1p=Staravia}}
{{movemanga|type=normal|exp=yes|gen=The user flaps its wings to generate a powerful gust of wind.|image1=Jun Staravia Whirlwind DPA.png|image1p=Staravia}}
{{movep|type=normal|ms=397|pkmn=Staravia|method=Staravia flaps its wings, releasing a set of winds.}}
{{movep|type=normal|ms=397|pkmn=Staravia|method=Staravia flaps its wings, creating a powerful gust of wind.}}
{{movebtmManga|type=normal|user=Jun (DPA)|user1=Jun's Staravia|startcode=DPA06|startname=Beauty Contest: The Pokémon Super Contest!!|notes=Debut}}
{{movebtmManga|type=normal|user=Jun (DPA)|user1=Jun's Staravia|startcode=DPA06|startname=Beauty Contest: The Pokémon Super Contest!!|notes=Debut}}


==In other generations==
==In other generations==
{{Movegen|
===Core series games===
type=normal|
{{Movegen
genI=Whirlwind I|
|type=normal
genII=Whirlwind II|
|genI=Whirlwind I
genIII=Whirlwind III|
|genII=Whirlwind II
genIV=Whirlwind IV|
|genIII=Whirlwind III
|genIV=Whirlwind IV
}}
 
{{Movegen
|type=Normal
|genV=Whirlwind V
|genVI=Whirlwind VI
|genVII=Whirlwind VII
|genVIII=Whirlwind VIII
}}
 
===Side series games===
{{movegen
|type=Normal
|Stad=Whirlwind Stadium
|Stad2=Whirlwind Stad2
|Colo=Whirlwind Colo
|XD=Whirlwind XD
}}
 
{{Movegen
|type=Normal
|PBR=Whirlwind PBR
}}
}}
{{movegen|
===Spin-off series games===
type=Normal|
{{Movegen
Stad=Whirlwind Stadium|
|type=Normal
|PMDRB=Whirlwind PMD RB
|PMDGTI=Whirlwind PMD GTI
|PSMD=Whirlwind PSMD
}}
}}
==Trivia==
* In the Japanese versions of {{game|Red and Green|s|Pokémon Red, Green}}, and {{game|Blue|_(Japanese)}}, if the player's Pokémon uses Whirlwind on a wild Pokémon with 5 characters in its name, the exclamation mark will overwrite part of the text box. This was fixed in Yellow by adding a line break.


==In other languages==
==In other languages==
{{Langtable|color={{normal color}}|bordercolor={{normal color dark}}
{{Langtable|color={{normal color}}|bordercolor={{normal color dark}}
|zh_cmn=旋風 ''{{tt|Xuànfēng|Whirlwind}}''
|zh_yue=吹飛 ''{{tt|Chēuifēi|Blow Away}}'' {{tt|*|Games}}<br>旋風 ''{{tt|Syùhnfūng|Whirlwind}}'' {{tt|*|Pre-Gen VII Media}}
|zh_cmn=吹飛 / 吹飞 ''{{tt|Chuīfēi|Blow Away}}'' {{tt|*|Games}}<br>旋風 ''{{tt|Xuànfēng|Whirlwind}}'' {{tt|*|Pre-Gen VII Media}}
|cs=Vzdušný vír ([[EP007]], [[EP015]], [[EP032]]-present, manga)<br>Vzdušný vítr ([[EP006]], [[EP009]])<br>Větrný útok ([[EP021]])<br>Tornádo ([[The Official Pokémon Handbook]])
|da=Hvirvelvind
|nl=Wervelwind
|nl=Wervelwind
|fi=Tuulenpyörre
|fi=Tuulenpyörre
|fr=Cyclone
|fr=Cyclone
|da=Hvirvelvind
|de=Wirbelwind
|de=Wirbelwind
|el=Στρόβιλος
|el=Στρόβιλος ''Stróbilos''
|hi=अंधी तूफ़ान ''Andhi Toofan''
|hi=अंधी तूफ़ान ''Andhi Toofan''
|it=Turbine
|it=Turbine
|ko=날려버리기 ''Nallyeobeorigi''
|ko=날려버리기 ''{{tt|Nallyeobeorigi|Blowing away}}''
|no=Virvelvind
|no=Virvelvind
|pt_br=Rajada de Vento
|pl=Cyklon{{tt|*|DP002, DP027-present, Diamond and Pearl-Mysterious Treasures (TCG)}}<br>Wichura{{tt|*|DP013}}<!---<br>Trąba Powietrzna{{tt|*|EP009, EP015-EP032, EP131}}<br>Podmuch Wiatru/Atak Wiatru{{tt|*|EP078}}<br>Moc Huraganu{{tt|*|EP032}}<br>Atak Powietrzny{{tt|*|EP006}}--->
|pt_eu=Ataque de Vento
|pt_br=Ataque de Vento (TCG, manga)<br>Rajada de Vento (anime)<br>Furacão (The Official Pokémon Handbook)
|pt_eu=Remoinho
|ro=Vârtejul
|sr=Vihor
|sr=Vihor
|es=Remolino
|es_eu=Remolino
|ro=Vârtejul}}
|es_la=Torbellino
|sv=Virvelvind
|tr=Hortum
|vi=Thổi Bay
}}
{{-}}
{{-}}
{{Roar}}
{{Roar}}
{{Generation I TMs}}
{{-}}
{{Generation I TMs}}<br>
{{Project Moves and Abilities notice}}
{{Project Moves and Abilities notice}}
[[Category:Wind moves]]
[[Category:Decreased priority moves]]
[[Category:Decreased priority moves]]
 
[[Category:Moves that can hit semi-invulnerable Pokémon]]
[[it:Turbine (mossa)]]
[[Category:Moves that cannot miss]]
[[pt:Whirlwind]]
[[Category:Moves that switch the target out]]
[[Category:Moves in Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!]]
[[Category:Moves usable in Pokémon Sword and Shield]]
[[Category:Moves usable in Pokémon Scarlet and Violet]]


[[de:Wirbelwind]]
[[de:Wirbelwind]]
[[es:Remolino]]
[[fr:Cyclone]]
[[fr:Cyclone]]
[[it:Turbine]]
[[ja:ふきとばし]]
[[ja:ふきとばし]]
[[pl:Whirlwind]]
[[zh:吹飞(招式)]]
[[zh:旋风(技能)]]

Latest revision as of 21:14, 10 March 2024

Whirlwind redirects here. For the TFG starter set, see Whirlwind (TFG).
Whirlwind
ふきとばし Blow Away
Whirlwind IX.png
[[File:|300px|center]]
Type  Normal
Category  Status
PP  20 (max. 32)
Power  —
Accuracy  %
Priority  -6*
Target
Foe Foe Foe
Self Ally Ally
May affect anyone adjacent to the user
Availability
Introduced  Generation I
Condition  Smart
Appeal  3 ♥♥♥
Jam  0  
Scrambles the order of appeals on the next turn.
Condition  Smart
Appeal  0  
Earn +15 if all the Pokémon choose the same Judge.
Condition  Clever
Appeal  3 ♥♥♥
Jamming  0  
Causes the user to move later on the next turn.

Whirlwind (Japanese: ふきとばし Blow Away) is a non-damaging Normal-type move introduced in Generation I. It was TM04 in Generation I.

Effect

Generation I

If Whirlwind is successfully used in a wild Pokémon battle by either Pokémon, the battle will automatically end. In a Trainer battle, Whirlwind has no effect. Whirlwind has 85% accuracy and normal priority.

If the user's level is less than the target's level, there is a chance that Whirlwind will fail, between approximately 10% and 25%, depending on the levels of the two Pokémon. The chance of failure typically increases the higher the target's level is than the user's. Specifically, the chance of failure is the following.

Generation II

When in a Trainer battle, Whirlwind will now force the target to switch with a randomly chosen Pokémon from its Trainer's party. If there is no Pokémon for the target to switch with, Whirlwind will fail. Whirlwind's accuracy is increased to 100% and its priority is decreased to -1. If Whirlwind is used before the opponent can make its move, Whirlwind will fail. Whirlwind can now hit Pokémon during the semi-invulnerable turn of Fly.

Whirlwind's chance to fail does not apply to Trainer battles. However, in Trainer battles, Whirlwind will always fail if used before the opponent has made its move. If the player uses Whirlwind against the Red Gyarados or to try escaping from the forced wild Pokémon encounters at Team Rocket HQ, the move will always fail.

Generations III and IV

Whirlwind now has a priority of -6.

Whirlwind will fail when used against Pokémon with the Ability Suction Cups or rooted by Ingrain. It no longer fails if it is not used last. It can no longer hit Pokémon during the semi-invulnerable turn of Fly.

The chance of failure if the user's level is less than the target's is now calculated slightly differently. Specifically, for a random integer X between 0 and 255, Whirlwind fails if the following relation is true:

The chance of failure can be approximated by the following formula. However, this approximation may diverge moderately from the true probability for low user and target levels.

Generation V

In wild Pokémon battles, Whirlwind will now always fail if the user's level is less than the target's. In Trainer battles, Whirlwind will now succeed if it hits, regardless of either Pokémon's level.

Whirlwind is now reflected by Magic Coat and Magic Bounce.

If a battle with wild Pokémon ever involves more than one Pokémon on each side of the battle, Whirlwind will fail if used by the player's Pokémon against a wild Pokémon, but if a wild Pokémon uses it against the player, it will force the target to switch with another Pokémon in the Trainer's party, regardless of the target's level.

Generation VI onwards

Whirlwind now bypasses accuracy checks to always hit, unless the target is in the semi-invulnerable turn of a move such as Dig or Fly. Whirlwind can now hit a target even if it has used Protect, Detect, or Spiky Shield, but will fail if the target is protected by Crafty Shield.

Whirlwind can be used as part of a Contest Spectacular combination, with the user gaining an extra three appeal points if any of the moves Spikes, Stealth Rock or Toxic Spikes was used in the prior turn.

If powered up by a Normalium Z into Z-Whirlwind, the user's Special Defense stat rises by one stage.

Whirlwind fails when used on a Dynamax or Gigantamax Pokémon.

Description

Games Description
Stad Generates a powerful wind that blows away wild Pokémon. Useful in the wild only.
Stad2 A powerful wind that blows the target away. The opposing trainer must use a new Pokémon.
GSC Blows away the foe & ends battle.
RSE Blows away the foe with wind and ends the battle.
FRLG The foe is made to switch out with an ally. In the wild, the battle ends.
ColoXD Blows away the target, switching it out of battle.
DPPtHGSS The foe is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.
PBR The foe is blown away and replaced by another Pokémon in its party.
BW The target is blown away, to be replaced by another Pokémon in its party. In the wild, the battle ends.
B2W2 The target is blown away and switched. In the wild, a battle against a single Pokémon ends.
XYORAS
SMUSUM
SwShBDSPLA
SV
The target is blown away, and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon.
PE The target is blown away, and a different Pokémon is dragged out.


Learnset

By leveling up

# Pokémon Types Egg Groups Level
0012 Butterfree BugIC Big.png
FlyingIC Big.png
Bug Bug 26RGB
23Y
23 23 22 22 22 29 25 20 20
0016 Pidgey NormalIC Big.png
FlyingIC Big.png
Flying Flying 19 21 19 17 17 17 17 21 17
0017 Pidgeotto NormalIC Big.png
FlyingIC Big.png
Flying Flying 21 23 20 17 17 17 17 25 17
0018 Pidgeot NormalIC Big.png
FlyingIC Big.png
Flying Flying 21 23 20 17 17 17 17 25 17
0042 Golbat PoisonIC Big.png
FlyingIC Big.png
Flying Flying 1
0049 Venomoth BugIC Big.png
PoisonIC Big.png
Bug Bug 1
0249 Lugia PsychicIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered 77 1 1 1 1 1 1 1 1
0250 Ho-Oh FireIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered 77 1 1 1 1 1 1 1 1
0267 Beautifly BugIC Big.png
FlyingIC Big.png
Bug Bug 27 27 27 27XY
30ORAS
30 30
0269 Dustox BugIC Big.png
PoisonIC Big.png
Bug Bug 27 27 27 27XY
30ORAS
30 30
0275 Shiftry GrassIC Big.png
DarkIC Big.png
Field Grass 1 1 1 1 1 1 Rem.
0284 Masquerain BugIC Big.png
FlyingIC Big.png
Water 1 Bug 53 54 54 1, 54XY
1, 48ORAS
1, 48 1, 48 1
0296 Makuhita FightingIC Big.png Human-Like Human-Like 22 16 16 16 16 16 16
0297 Hariyama FightingIC Big.png Human-Like Human-Like 22 16 16 16 16 16 16
0357 Tropius GrassIC Big.png
FlyingIC Big.png
Monster Grass 27 27 27 27XY
21ORAS
21 21 21
0396 Starly NormalIC Big.png
FlyingIC Big.png
Flying Flying 21 21 21 21 21 21
0397 Staravia NormalIC Big.png
FlyingIC Big.png
Flying Flying 23 23 23 23 23 23
0398 Staraptor NormalIC Big.png
FlyingIC Big.png
Flying Flying 23 23 23 23 23 23
0561 Sigilyph PsychicIC Big.png
FlyingIC Big.png
Flying Flying 14 14 14 25
0627 Rufflet NormalIC Big.png
FlyingIC Big.png
Flying Flying 55 55 55 42 42
0628 Braviary NormalIC Big.png
FlyingIC Big.png
Flying Flying 57 1, 57 1, 57 42 42
0628 Braviary
Braviary
Hisuian Form
PsychicIC Big.png
FlyingIC Big.png
Flying Flying 42
0629 Vullaby DarkIC Big.png
FlyingIC Big.png
Flying Flying 55 55 55 36 36
0630 Mandibuzz DarkIC Big.png
FlyingIC Big.png
Flying Flying 57 1, 57 1, 57 36 36
0637 Volcarona BugIC Big.png
FireIC Big.png
Bug Bug 40 40 40 1 1
0714 Noibat FlyingIC Big.png
DragonIC Big.png
Flying Dragon 40 40 28 28
0715 Noivern FlyingIC Big.png
DragonIC Big.png
Flying Dragon 40 40 28 28
0787 Tapu Bulu GrassIC Big.png
FairyIC Big.png
No Eggs Discovered No Eggs Discovered 1 25
0962 Bombirdier FlyingIC Big.png
DarkIC Big.png
Flying Flying 16
0988 Slither Wing BugIC Big.png
FightingIC Big.png
No Eggs Discovered No Eggs Discovered 77
0992 Iron Hands FightingIC Big.png
ElectricIC Big.png
No Eggs Discovered No Eggs Discovered 14
0994 Iron Moth FireIC Big.png
PoisonIC Big.png
No Eggs Discovered No Eggs Discovered 1
1003 Ting-Lu DarkIC Big.png
GroundIC Big.png
No Eggs Discovered No Eggs Discovered 25
Bold indicates a Pokémon gains STAB from this move.
Italics indicates a Pokémon whose evolution or alternate form receives STAB from this move.
A dash (−) indicates a Pokémon cannot learn the move by the designated method.
An empty cell indicates a Pokémon that is unavailable in that game/generation.


By TM

# Pokémon Types Egg Groups Compatibility
0012 Butterfree BugIC Big.png
FlyingIC Big.png
Bug Bug
0016 Pidgey NormalIC Big.png
FlyingIC Big.png
Flying Flying
0017 Pidgeotto NormalIC Big.png
FlyingIC Big.png
Flying Flying
0018 Pidgeot NormalIC Big.png
FlyingIC Big.png
Flying Flying
0021 Spearow NormalIC Big.png
FlyingIC Big.png
Flying Flying
0022 Fearow NormalIC Big.png
FlyingIC Big.png
Flying Flying
0041 Zubat PoisonIC Big.png
FlyingIC Big.png
Flying Flying
0042 Golbat PoisonIC Big.png
FlyingIC Big.png
Flying Flying
0049 Venomoth BugIC Big.png
PoisonIC Big.png
Bug Bug
0083 Farfetch'd NormalIC Big.png
FlyingIC Big.png
Flying Field
0084 Doduo NormalIC Big.png
FlyingIC Big.png
Flying Flying
0085 Dodrio NormalIC Big.png
FlyingIC Big.png
Flying Flying
0142 Aerodactyl RockIC Big.png
FlyingIC Big.png
Flying Flying
0144 Articuno IceIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0145 Zapdos ElectricIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0146 Moltres FireIC Big.png
FlyingIC Big.png
No Eggs Discovered No Eggs Discovered
0151 Mew PsychicIC Big.png No Eggs Discovered No Eggs Discovered
Bold indicates a Pokémon gains STAB from this move.
Italics indicates a Pokémon whose evolution or alternate form receives STAB from this move.
A dash (−) indicates a Pokémon cannot learn the move by the designated method.
An empty cell indicates a Pokémon that is unavailable in that game/generation.


By breeding

# Pokémon Types Egg Groups Egg Move
0021 Spearow NormalIC Big.png
FlyingIC Big.png
Flying Flying
0041 Zubat PoisonIC Big.png
FlyingIC Big.png
Flying Flying
0084 Doduo NormalIC Big.png
FlyingIC Big.png
Flying Flying
0142 Aerodactyl RockIC Big.png
FlyingIC Big.png
Flying Flying
0143 Snorlax NormalIC Big.png Monster Monster
0163 Hoothoot NormalIC Big.png
FlyingIC Big.png
Flying Flying
0193 Yanma BugIC Big.png
FlyingIC Big.png
Bug Bug
0198 Murkrow DarkIC Big.png
FlyingIC Big.png
Flying Flying
0227 Skarmory SteelIC Big.png
FlyingIC Big.png
Flying Flying
0276 Taillow NormalIC Big.png
FlyingIC Big.png
Flying Flying
0293 Whismur NormalIC Big.png Monster Field
0325 Spoink PsychicIC Big.png Field Field
0408 Cranidos RockIC Big.png Monster Monster
0446 Munchlax NormalIC Big.png Monster Monster
0449 Hippopotas GroundIC Big.png Field Field
0451 Skorupi PoisonIC Big.png
BugIC Big.png
Bug Water 3
0878 Cufant SteelIC Big.png Field Mineral
Bold indicates a Pokémon gains STAB from this move.
Italics indicates a Pokémon whose evolution or alternate form receives STAB from this move.
A dash (−) indicates a Pokémon cannot learn the move by the designated method.
An empty cell indicates a Pokémon that is unavailable in that game/generation.


By event

Generation II

# Pokémon Types Egg Groups Obtained with
0220 Swinub IceIC Big.png
GroundIC Big.png
Field Field New York City Pokémon Center
Bold indicates a Pokémon gains STAB from this move.
Italics indicates a Pokémon whose evolution or alternate form receives STAB from this move.
A dash (−) indicates a Pokémon cannot learn the move by the designated method.
An empty cell indicates a Pokémon that is unavailable in that game/generation.


In other games

Pokémon Mystery Dungeon series

Whirlwind targets the enemy in the front and blows them away by 10 tiles. If the enemy hits a wall, they will take 5 HP of damage; if they hit another Pokémon, they will both take 5 HP damage. A Pokémon that enters a tile they cannot walk on will be warped away.

Game Base
Power
Max
Power
Base
PP
Max
PP
Base
Accuracy
Max
Accuracy
Range Target Cuts
corners
MDRB - - 27 - 100% - Front Enemy No
MDTDS - - 27 - 100% - Front Enemy No
BSL - - 27 - 100% - Front Enemy No
MDGtI - - 17 50 95% 98% Front Enemy No
SMD - - 17 40 95% 98% Front Enemy No
With some exceptions, Pokémon learnsets match those from the core series games:

Pokémon Rumble Rush

In Pokémon Rumble Rush, all status moves including Whirlwind could only be used by opposing Pokémon and could not be obtained on any caught Pokémon. Whirlwind could be seen as a move used by Boss Pidgeotto and Pidgeot.

NormalIC RR.png Whirlwind
Charge time 0.78 seconds
Range type Arc (wide)
Target Enemy
Additional effect None
Whirlwind Rumble Rush.png

Pokémon Masters EX

Category Move Gauge MP Base Power Max Power Accuracy Target Effect Tag Description
Status 3 —% An opponent Forces the target to switch out.
  • Description prior to Version 2.10.0*: Forces the opponent's sync pair to switch out.

Description

Games Description
MDRB Knocks the target flying. If the target hits a wall or another Pokémon, it sustains damage.
MDTDS Sends the target flying. If the target hits a wall or another Pokémon, it sustains damage.
BSL てきポケモンを とおくに ふきとばす ふきとんださきで かべや ポケモンに あたると ダメージをうける
MDGtI It blows away an enemy straight back. The enemy takes damage if it crashes into a wall or a Pokémon.
SMD
MDRTDX
It blows an enemy away in a straight line. If the enemy crashes into a Pokémon or a wall, the enemy takes damage.


In the anime

Lance Dragonite Whirlwind.png
Dragonite
Falkner Pidgeot Whirlwind.png
Pidgeot
Aaron Beautifly Whirlwind.png
Beautifly
Jessie Dustox Whirlwind.png
Dustox
The user blows a large gust of wind at the opponent or an attack.
Pokémon Method
User First Used In Notes
Butterfree Butterfree flaps its wings, creating a strong gust of wind.
Ash's Butterfree Clefairy and the Moon Stone Debut
Ritchie's Happy A Friend in Deed None
Lisa's Butterfree Spell of the Unown: Entei None
Zander's Butterfree Caterpie's Big Dilemma None
Zubat Zubat flaps its wings at a high speed, creating a gust of strong wind.
Brock's Zubat Clefairy and the Moon Stone Japanese version only
Pidgeotto Pidgeotto flaps its wings and a strong gust of wind is created from them.
Ash's Pidgeotto Clefairy and the Moon Stone None
Venomoth Venomoth flaps its wings, creating a strong gust of wind.
Assunta's Venomoth Friends to the End None
Pidgeot Pidgeot flaps its wings, creating a strong gust of wind.
Falkner's Pidgeot Fighting Flyer with Fire None
Noctowl Noctowl flaps its wings, creating a strong gust of wind.
Ash's Noctowl Carrying On! None
Pidgey Pidgey flaps its wings, creating a strong gust of wind.
Malachi's Ken Carrying On! None
Skarmory Skarmory flaps its wings, creating a strong gust of wind that blows the opponent away.
A wild Skarmory Delibird's Dilemma None
A wild Skarmory Pokémon Mystery Dungeon: Team Go-Getters Out of the Gate Skarmory cannot legally know Whirlwind in Pokémon Mystery Dungeon: Red and Blue Rescue Team
Zirc's Skarmory The Ancient Poké Ball None
Onia's Skarmory The Ancient Poké Ball None
Dragonite Dragonite flaps its wings, creating a strong gust of wind.
Lance's Dragonite Talkin' 'Bout an Evolution Dragonite cannot legally learn Whirlwind
Clair's Dragonite Great Bowls of Fire! Dragonite cannot legally learn Whirlwind
Shiftry Shiftry waves its hand, creating a strong gust of wind.
A wild Shiftry Jump for Joy! Shiftry could not legally learn Whirlwind at the time
Dustox Dustox flaps its wings, creating a strong gust of wind.
Jessie's Dustox Watt's with Wattson? None
Aerodactyl Aerodactyl flaps its wings, creating a strong gust of wind that blows the opponent away.
A wild Aerodactyl Putting the Air Back in Aerodactyl! None
Hariyama Hariyama waves one or both of its hands, creating a strong gust of wind that blows the opponent away.
A wild Hariyama Pikachu's Island Adventure None
Staraptor Staraptor flaps its wings, creating a gust of strong wind.
Professor Rowan's Staraptor Following a Maiden's Voyage! None
Beautifly Beautifly flaps its wings at a high speed, creating a strong gust of wind.
Aaron's Beautifly A Trainer and Child Reunion! None
Snorlax Snorlax takes a deep breath and blows out a strong gust of wind from its mouth.
A Trainer's Snorlax Four Roads Diverged in a Pokémon Port! None


In the manga

How I Became a Pokémon Card


Pokémon Adventures


Pokémon Diamond and Pearl Adventure!


In other generations

Core series games

Side series games

Spin-off series games

Trivia

  • In the Japanese versions of Pokémon Red, Green, and Pokémon Blue, if the player's Pokémon uses Whirlwind on a wild Pokémon with 5 characters in its name, the exclamation mark will overwrite part of the text box. This was fixed in Yellow by adding a line break.

In other languages

Language Title
Chinese Cantonese 吹飛 Chēuifēi *
旋風 Syùhnfūng *
Mandarin 吹飛 / 吹飞 Chuīfēi *
旋風 Xuànfēng *
The Czech Republic Flag.png Czech Vzdušný vír (EP007, EP015, EP032-present, manga)
Vzdušný vítr (EP006, EP009)
Větrný útok (EP021)
Tornádo (The Official Pokémon Handbook)
Denmark Flag.png Danish Hvirvelvind
The Netherlands Flag.png Dutch Wervelwind
Finland Flag.png Finnish Tuulenpyörre
France Flag.png French Cyclone
Germany Flag.png German Wirbelwind
Greece Flag.png Greek Στρόβιλος Stróbilos
India Flag.png Hindi अंधी तूफ़ान Andhi Toofan
Italy Flag.png Italian Turbine
South Korea Flag.png Korean 날려버리기 Nallyeobeorigi
Norway Flag.png Norwegian Virvelvind
Poland Flag.png Polish Cyklon*
Wichura*
Portuguese Brazil Flag.png Brazil Ataque de Vento (TCG, manga)
Rajada de Vento (anime)
Furacão (The Official Pokémon Handbook)
Portugal Flag.png Portugal Remoinho
Romania Flag.png Romanian Vârtejul
Serbia Flag.png Serbian Vihor
Spanish CELAC Flag.png Latin America Torbellino
Spain Flag.png Spain Remolino
Sweden Flag.png Swedish Virvelvind
Turkey Flag.png Turkish Hortum
Vietnam Flag.png Vietnamese Thổi Bay


Variations of the move Roar
StatusIC HOME.png RoarWhirlwind



Generation I TMs
01020304050607080910111213141516171819202122232425
26272829303132333435363738394041424344454647484950
Generation I HMs
0102030405


Project Moves and Abilities logo.png This article is part of Project Moves and Abilities, a Bulbapedia project that aims to write comprehensive articles on two related aspects of the Pokémon games.