Have you ever heard someone say, “Do a barrel roll”, and wondered what in the world they were talking about? Maybe you’ve even seen your screen spin out of nowhere and thought it was a glitch — surprise! It probably wasn’t.
The phrase “do a barrel roll” has become one of the internet’s favorite Easter eggs. It’s quirky, fun, and comes with a bit of gaming history. But what if we told you there’s more to it — like how to do a barrel roll 2 times, and why people are still obsessed with this simple trick?
In this article, we’ll break it all down in plain English. From the origins of the term to how to trigger the effect on Google or your device — and yes, how to do it twice in a row. So buckle up, and let’s roll — literally.
What Does “Do a Barrel Roll” Mean?
Let’s start with the basics. The phrase “do a barrel roll” originally came from the world of video games, specifically the popular 1997 Nintendo game Star Fox 64. In the game, the player flies a spaceship and can perform a maneuver called a barrel roll by pressing a specific button combination.
Gaming Origins: The Star Fox Shoutout
In Star Fox 64, the character Peppy Hare famously tells the player, “Do a barrel roll!” to avoid enemy fire. This line quickly became iconic. People started using it as a meme, a joke, or just a fun thing to say in stressful situations — even when they had nothing to do with flying spaceships.
Over time, it found its way into internet culture, and then — Google did something magical.
The Google Easter Egg: Do a Barrel Roll
One day, someone typed “do a barrel roll” into the Google search bar — and watched the entire screen spin 360 degrees.
Google had created a fun Easter egg that mimicked a literal barrel roll on your screen. This playful trick went viral instantly.
But what about doing it twice? Can you do a barrel roll 2 times? The short answer is: yes, and we’re going to show you how.
Why Would Someone Want to Do a Barrel Roll 2 Times?
Great question! To be fair, doing a barrel roll on Google or on your phone or even in a game is usually just for fun. But here are a few reasons people try to make it happen two times in a row:
- For fun or entertainment (showing friends a cool trick)
- As part of a prank or surprise
- For TikTok, YouTube Shorts, or other video content
- Just because they can!
It’s like learning a magic trick. It’s not necessary — but it’s oddly satisfying.
Step-by-Step Guide: How to Do a Barrel Roll 2 Times on Google
Let’s dive into the actual instructions. There are a couple of ways to make your browser spin twice, and we’ll cover the easiest ones.
Method 1: Use Google Search (Simple & Fun)
- Open your web browser (Chrome, Firefox, Edge — any will do).
- Go to www.google.com.
- Type this exact phrase into the search bar:
do a barrel roll - Watch your screen spin one time clockwise.
- Now, to make it spin again, simply refresh the page or type:
do a barrel roll 2 times - Sometimes, Google doesn’t recognize the second command exactly. In that case, you can repeat the original command again, or use another method (see below).
Pro Tip: You can also type in variations like “do a double barrel roll” or use JavaScript to make it spin more than once. We’ll explain that in the next section.
Method 2: Use JavaScript to Do a Barrel Roll 2 Times (or More)
If you’re a little tech-savvy, you can force your browser to spin multiple times using a simple script.
Here’s how:
- Open your browser.
- Go to any webpage (including Google.com).
- Open your browser’s console (Right-click > Inspect > Console tab).
- Paste the following code into the console:
let i = 0;
let interval = setInterval(() => {
document.body.style.transform = `rotate(${i}deg)`;
i += 10;
if (i >= 720) clearInterval(interval); // 360 x 2 = 720 degrees = 2 rolls
}, 10);
- Press Enter.
Your screen will now do two full barrel rolls.
Warning: Only do this on pages where you won’t lose any important data.
Can You Do a Barrel Roll 2 Times on Mobile?
Absolutely.
If you’re on your smartphone or tablet, open your mobile browser and:
- Go to Google.
- Type: “do a barrel roll”.
- The screen will do a single spin.
If you want it to do a barrel roll 2 times, refresh the page and search again. Unfortunately, Google’s Easter egg isn’t built to roll twice automatically, but this workaround does the trick.
Anecdote Time: How I Discovered the Trick
Let me take you back to 2012.
I was sitting at a coffee shop, sipping a latte, trying to impress my friend with random internet knowledge. Out of nowhere, I said, “Hey, type in ‘do a barrel roll’ on Google.”
He looked at me like I was crazy, but he typed it anyway.
The screen spun. He dropped his coffee in shock (don’t worry, it was almost empty). We couldn’t stop laughing.
Later, we tried doing it again and wondered: “Can we do a barrel roll twice?” That’s when I started digging deeper, discovered some JavaScript hacks, and became the go-to “barrel roll guy” among my friends.
Related Keywords (for the Curious Minds)
If you’re interested in this topic, you might also enjoy exploring:
- Google Easter Eggs
- Do a double barrel roll
- Do a barrel roll 20 times
- Google tricks
- Fun browser commands
- Screen spinning prank
- Do a backflip
- Zerg rush
- Askew Google search
These related searches are all part of the same fun family of Google secrets and tricks.
Can You Do a Barrel Roll 10 Times or More?
Yes, but not using regular search.
For anything more than one spin, you’ll need custom code or third-party websites that simulate the effect. There are a few websites out there that mimic the Google barrel roll and let you set how many spins you want.
Just search:
“do a barrel roll 100 times site:elgoog.im”
This will take you to a site called elgoog.im — a mirror of Google full of fun tricks and features.
Fun Uses for the Barrel Roll Trick
Still wondering why you should care about all this? Here are a few reasons:
- Use it in presentations to surprise your audience
- Add a little fun to a boring Zoom meeting
- Use it as an icebreaker
- Post a funny video of it online
- Show it to kids — they’ll love it!
Let’s face it — sometimes, the internet is just for having fun.
The Psychology of Fun Internet Tricks
Why do we love stuff like this? Because it gives us a sense of control and surprise. When you type something simple into a search engine and something unexpected happens, it breaks the monotony of the day. It’s delightful, harmless, and often gets shared — and that’s what the best of internet culture is all about.
In Summary: Yes, You Can Do a Barrel Roll 2 Times
Let’s wrap it up:
- The phrase comes from Star Fox 64.
- Google made it an Easter egg where the screen spins.
- You can trigger it manually twice by reloading or using code.
- It works on both desktop and mobile.
- There are advanced methods to do it many times.
Whether you’re doing it to impress your friends, prank someone gently, or just amuse yourself, the “do a barrel roll 2 times” trick is one of those little joys the internet keeps alive.

