Introduction
Google is known for its fun Easter eggs, and one of the most popular is the barrel roll trick. When you type “do a barrel roll” into Google’s search bar and press Enter, the entire screen rotates 360 degrees before settling back into place. It’s a cool and entertaining feature inspired by the classic Star Fox video game.
But what if you want to do a barrel roll 200 times? Can you actually accomplish this? In this article, we will explore various ways to execute multiple barrel rolls on Google, including manual methods, automation, and even answering the ultimate question: Can you do a barrel roll 100000000000000000000000000000000000000000000000000000000000000 times?
What Is the Google Barrel Roll Trick?
The Google barrel roll is an Easter egg first introduced by Google in 2011 as a fun reference to the phrase “Do a barrel roll!” from the Star Fox game series. In the game, players perform a roll maneuver to dodge attacks. Google’s implementation makes the entire search page spin, amusing users worldwide.
This trick showcases Google’s playful side and demonstrates how even a search engine can entertain its users with small hidden features.
Step-by-Step Guide to Doing a Barrel Roll on Google
1. Basic Method: Doing a Single Barrel Roll
The simplest way to do a barrel roll is:
- Open your web browser and go to Google.com.
- In the search bar, type “do a barrel roll”.
- Press Enter.
- Watch as the screen rotates 360 degrees.
That’s it! Google automatically performs the trick for you.
2. Repeating the Barrel Roll Multiple Times
If you want to do a barrel roll x200 times, you’ll need to repeat the process manually or use automation. Here’s how:
Manual Method (Time-Consuming)
- Refresh the page by pressing F5 or clicking the refresh button on your browser.
- Each time the page reloads, retype “do a barrel roll” and hit Enter.
- Repeat this process 200 times (which can take quite a while!).
Keyboard Shortcut Method (Faster)
- Press Ctrl + L (Windows) or Cmd + L (Mac) to highlight the address bar.
- Type “do a barrel roll” and hit Enter.
- Press F5 to refresh quickly and repeat the process.
While this method is faster, it still requires a lot of effort to reach 200 rolls.
3. Using Scripts or Browser Extensions for Automated Rolls
For those who don’t want to manually repeat the process, automation is the way to go. You can use a simple script to perform 200 barrel rolls automatically.
Using JavaScript (Automated Barrel Rolls)
If you’re familiar with JavaScript, you can run the following script in your browser’s console to make Google spin multiple times:
let count = 0;
function doBarrelRoll() {
if (count < 200) {
document.body.style.transform = 'rotate(360deg)';
setTimeout(() => {
document.body.style.transform = 'rotate(0deg)';
count++;
doBarrelRoll();
}, 500);
}
}
doBarrelRoll();
This script will make the page rotate 200 times automatically without needing to refresh.
Using Browser Extensions
Alternatively, you can install browser extensions that let you refresh pages automatically at set intervals, allowing you to trigger Google’s barrel roll repeatedly.
Can I Do a Barrel Roll 100000000000000000000000000000000000000000000000000000000000000 Times?

This is where things get interesting. While it is theoretically possible to trigger a barrel roll many times, the reality is:
- Google’s barrel roll only lasts for a single instance. Even if you try to refresh indefinitely, Google does not continuously spin.
- Automating too many barrel rolls can slow down or crash your browser.
- A script could be written to simulate infinite barrel rolls, but your device would eventually run out of resources.
If you truly wanted to reach that astronomically high number, it would take trillions of years to complete, far exceeding the lifespan of the universe!
Fun Facts and Other Google Easter Eggs
If you enjoy Google’s playful tricks, here are some other fun Easter eggs to try:
- Askew: Type “askew” in Google search, and the screen tilts slightly.
- Zerg Rush: Type “zerg rush” and watch small Google ‘O’s attack the search results.
- Google Gravity: Visit “Google Gravity” by Mr. Doob, and watch everything fall.
- Atari Breakout: Search “Atari Breakout” in Google Images for a hidden game.
- Google Snake: Type “snake game” and play directly in search results.
These tricks make Google an enjoyable place beyond just searching for information.
Conclusion
Doing a barrel roll x200 times is definitely possible with manual effort, keyboard shortcuts, or automation using JavaScript. However, attempting to do a barrel roll 100000000000000000000000000000000000000000000000000000000000000 times is simply impractical.
Nonetheless, Google’s Easter eggs are a great way to have fun. If you’re a fan of hidden tricks, explore more of Google’s playful features and share them with friends!
FAQs on Google Barrel Roll
1. What is a barrel roll on Google?
A barrel roll is a fun Google Easter egg where the search results page rotates 360 degrees when you type “do a barrel roll” into the search bar and press Enter.
2. How do I make my screen do a barrel roll on Chromebook?
To make your screen do a barrel roll on a Chromebook, follow these steps:
- Open Google Chrome.
- Go to the Google homepage.
- Type “do a barrel roll” in the search bar.
- Press Enter and watch the screen spin!
3. How can I do a barrel roll twice?
Google’s built-in Easter egg only performs a single barrel roll. However, you can:
- Refresh the page and repeat the process.
- Use a script or browser extension to automate the effect.
4. Can I do a barrel roll 100 times?
You can manually refresh the page or use a script to repeat the barrel roll 100 times, but Google does not have a built-in command for 100 rolls.
5. Can I do a barrel roll x10?
Google does not support a direct command for x10 rolls, but you can refresh the page ten times or use a script to automate the process.
6. What else can Google do like a barrel roll?
Google has many hidden tricks, including:
- “Askew” – Tilts the search page slightly.
- “Zerg Rush” – A mini-game where O’s destroy search results.
- “Google Gravity” – Makes everything fall as if affected by gravity.
- “Pac-Man” – Lets you play the classic game.
- “Blink HTML” – Makes search results flash.