Fun Things to Do in Omaha, NE | Omaha Zoo, Museums, Shopping, Music (2024)

Skip navigationSkip to main content

{{?}}

{{currentConditions}}

{{current.temp}}°

{{current.condition.text}}

{{#forecast}}

{{day}}

{{high}}°

{{low}}°

{{/forecast}}

{{/}}

Subscribe

{{:shownchildren}}

{{:isLazyLoaded}}{{>nav_items_helper}}{{/}}

{{/}}

{{/}}{{/}}{{>nav_items_helper}}{{/}}{{>nav_items}}

Things To Do

Events

Restaurants

Hotels

{{:shownchildren}}

{{:isLazyLoaded}}{{>nav_items_helper}}{{/}}

{{/}}

{{/}}{{/}}{{>nav_items_helper}}{{/}}{{>nav_items}}

Meetings

Sports

Groups

Media

Tourism Industry

AB Variation:

Dynamic Variation:

From exploring underground caves atOmaha's Henry Doorly Zoo and Aquariumto the NCAA College World Series, college baseball's biggest event, Omaha is filled with many distinct things to do.

Step into history and out of your comfort zone with culture that captures both. Walk above water and below ground to explore nature in a whole new way. Shop unique boutiques and dine in distinctive places you won't find anywhere else.Check out some of the many things to do below. Use these ideas and ourspecial offerspage to start planning your visit to Omaha.

From exploring underground caves atOmaha's Henry Doorly Zoo and Aquariumto the NCAA College World Series, college baseball's biggest event, Omaha is filled with many distinct things to do.

Step into history and out of your comfort zone with culture that captures both. Walk above water and below ground to explore nature in a whole new way. Shop unique boutiques and dine in distinctive places you won't find anywhere else.Check out some of the many things to do below. Use these ideas and ourspecial offerspage to start planning your visit to Omaha.

From exploring underground caves atOmaha's Henry Doorly Zoo and Aquariumto the NCAA College World Series, college baseball's biggest event, Omaha is filled with many distinct things to do.

Step into history and out of your comfort zone with culture that captures both. Walk above water and below ground to explore nature in a whole new way. Shop unique boutiques and dine in distinctive places you won't find anywhere else.Check out some of the many things to do below. Use these ideas and ourspecial offerspage to start planning your visit to Omaha.

From exploring underground caves atOmaha's Henry Doorly Zoo and Aquariumto the NCAA College World Series, college baseball's biggest event, Omaha is filled with many distinct things to do.

Step into history and out of your comfort zone with culture that captures both. Walk above water and below ground to explore nature in a whole new way. Shop unique boutiques and dine in distinctive places you won't find anywhere else.Check out some of the many things to do below. Use these ideas and ourspecial offerspage to start planning your visit to Omaha.

Meet OMAR!

From exploring underground caves atOmaha's Henry Doorly Zoo and Aquariumto the NCAA College World Series, college baseball's biggest event, Omaha is filled with many distinct things to do.

Step into history and out of your comfort zone with culture that captures both. Walk above water and below ground to explore nature in a whole new way. Shop unique boutiques and dine in distinctive places you won't find anywhere else.Check out some of the many things to do below. Use these ideas and ourspecial offerspage to start planning your visit to Omaha.

Sponsored

Find New Flavors in Omaha

From exploring underground caves atOmaha's Henry Doorly Zoo and Aquariumto the NCAA College World Series, college baseball's biggest event, Omaha is filled with many distinct things to do.

Step into history and out of your comfort zone with culture that captures both. Walk above water and below ground to explore nature in a whole new way. Shop unique boutiques and dine in distinctive places you won't find anywhere else.Check out some of the many things to do below. Use these ideas and ourspecial offerspage to start planning your visit to Omaha.

Outdoor Adventures

From exploring underground caves atOmaha's Henry Doorly Zoo and Aquariumto the NCAA College World Series, college baseball's biggest event, Omaha is filled with many distinct things to do.

Step into history and out of your comfort zone with culture that captures both. Walk above water and below ground to explore nature in a whole new way. Shop unique boutiques and dine in distinctive places you won't find anywhere else.Check out some of the many things to do below. Use these ideas and ourspecial offerspage to start planning your visit to Omaha.

Girlfriends Getaway

require(["async", "plugins_dynamic_content", "sv_stringLib", "sv_clientLib", "site_gtm"], function(async, dynamic, stringLib, clientLib, gtm) {const root = document.querySelector('[data-guid="c7892280-565f-4ff1-a08b-0ed8b7504fd1"]');const switcher = root.querySelector('[data-dynamic-switcher]');const switcherSel = switcher.querySelector('select')const profiles = [];const profilesRaw = [];const calls = [];let index = "default";// create eventvar event = document.createEvent('Event');event.initEvent('dynamicContentLoaded', true, true);var pickVariation = function(index) {var div = (index === "default") ? root.querySelector("[data-dynamic-default]") : root.querySelectorAll("[data-dynamic-profiles] [data-dynamic-profile]")[index];var html = stringLib.decodeScriptTags(div.innerHTML);const chosen = root.querySelector("[data-dynamic-chosen]");chosen.innerHTML = html;chosen.dataset.chosenProfile = index;switcherSel.value = index;rehydrateScripts(chosen);let parentVars = JSON.parse(root.parentNode.dataset.gtmVars);gtm.sendEvents({"tCore" : { "category" : "dynamic_content", "action" : "panel_outer_pick_variation", "label" : div.dataset.title, "contentNum" : parentVars.tCore.contentNum },"tClient" : { "eventCategory" : "Dynamic Content Loaded", "eventAction" : div.dataset.title, "eventLabel" : document.location.pathname, "nonInteraction" : true },"tClient_ga4" : { "eventName" : "dynamic_content_loaded", "profileServed" : div.dataset.title }});// dispatch eventevent.guid = "c7892280-565f-4ff1-a08b-0ed8b7504fd1";window.dispatchEvent(event);};let dcProfiles = root.querySelectorAll("[data-dynamic-profiles] [data-dynamic-profile]");dcProfiles.forEach((profile, i) => {let title = profile.dataset.title;let option = new Option(title, i);switcher.querySelector('select').append(option);let attr = profile.dataset.dynamicProfile;profilesRaw.push(attr);profiles.push.apply(profiles, attr.split(","));});switcher.querySelector("select").addEventListener('change', event => pickVariation(event.target.value));// if no profile panels have been added we don't need to checkif (profiles.length > 0) {calls.push(function(cb) {dynamic.getProfile({ profiles : profiles.join(","), matchType : 'best' }, function(err, data) {if (err) { throw err; }if (data.success === true) {profilesRaw.some(function(val, i) {if (val.indexOf(data.profile.id) > -1) {index = i;return true;}});}cb(null);});});}function rehydrateScripts(html) {if(html.nodeType !== Node.ELEMENT_NODE) return;var scripts = html.querySelectorAll('script:not([type="text/template"])');if(scripts.length) {scripts.forEach(elem => {const parent = elem.parentNode;const script = document.createElement('script');script.setAttribute('type','text/javascript');script.async = elem.async;script.textContent = elem.textContent;parent.insertBefore(script, elem);parent.removeChild(elem);});}}clientLib.checkCmsLogin({}, function(err, data){if (data.loggedIn === true) {switcher.classList.add("active");}});async.series(calls, function() {pickVariation(index);});});

Arts and Culture

Attractions

Casinos

Day Trips

Unique Neighborhoods

Free Things To Do

Follow the Blue Pins

Golf Courses

Omaha Nightlife

Day Spas

Omaha Tours

Omaha Zoo

Outdoor Recreation

Spectator Sports

Things to Do with Kids

Shopping

{{:isDTN}}{{~fill(helpers.partial('custom_ccl/extras/sponsored'), helpers.var.config )}}{{/}}

{{title}}

{{:subtitle}}

{{subtitle}}

{{/}}

{{:description}}

{{plainDescription(helpers.var.config.descriptionTruncation)}}

{{/}}

{{:hasFooter()}}

{{/}}

{{:isDTN}}{{~fill(helpers.partial('custom_ccl/extras/sponsored'), helpers.var.config )}}{{/}}

{{title}}

{{:hasDeets()}}

    {{:~var.isBlog}}{{:timeToRead}}
  • {{timeToRead.minutes}} {{timeToRead.label}}
  • {{/}}{{/}}{{:~var.isListing}}{{:address}}
  • {{address}}
  • {{/}}{{:phone}}
  • {{phone}}
  • {{/}}{{/}}{{:~var.isEvent}}{{:venue}}
  • {{venue.title}}
  • {{/}}{{:recurrence}}
  • {{recurrence}}
  • {{/}}{{/}}{{:~var.isOffer}}{{:listings}}
  • {{#listings}}{{title}}{{!@last}},{{/last}}{{/}}

  • {{/}}
  • {{formattedDate()}}
  • {{/}}

{{/}}{{:description}}

{{plainDescription(helpers.var.config.descriptionTruncation)}}

{{/}}

{{:hasFooter()}}

{{/}}

Frequently Asked Questions

To view more frequently asked questions regarding COVID-19 please visit our information page. Have your own question? Ask it here.

Things to Do

What are the best things to do with kids in Omaha?

Omaha is packed full of family fun and below are some of our top picks for must-dos when visiting with kids.

  • Fun-Plex
  • Lauritzen Gardens
  • Omar the Troll
  • Sweet Shops
  • The Amazing Pizza Machine

Check out even more things to do with kids

What are the best activities for couples in Omaha?

From its unique restaurants to a bustling nightlife scene, there are plenty of options for date night fun when visiting Omaha:

  • Visit Old Market
  • Go on a Beer Tasting with the Craft Brew Penny Pack
  • Get a goodie at one of Omaha'sSweet Shops
  • Check out OmahaNightlife
  • Enjoy a day date at one of the city'sCoffee Shops
  • Find even more Things to Do

View 10 Date Night Ideas in Omaha

What are the best things to do in Omahawith my dog?

There is nothing better than traveling with your best friend! Pet-friendly activities in Omaha include:

  • Mingle atOmaha Dog Bar
  • VisitBob the Bridge
  • Get some new sniffs in atWildlife Safari Park
  • Play atDewey Dog Park
  • Find a Pet-friendly Hotel

Check out some morefun activities in our 48-hour itinerary

What are the top outdoor activities in Omaha?

There are a variety of fun outdoor activities to enjoy, many year-round, in Omaha. Here are some of our top picks:

  • Golfing
  • Lauritzen Gardens
  • Omaha's Riverfront

Find More Omaha Outdoor Fun

Fun Things to Do in Omaha, NE | Omaha Zoo, Museums, Shopping, Music (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Aron Pacocha

Last Updated:

Views: 5899

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Aron Pacocha

Birthday: 1999-08-12

Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

Phone: +393457723392

Job: Retail Consultant

Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.