How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (2024)

Skip to content

Banner Headline: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam rhoncus non lacus eget commodo.

Call to Action

Menu

Menu

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (3)

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (4)

Hi,' + fname + 'How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (5)

'; }; }); }; let photoFilepath = data["image"]; let role = data["userRoleFormatted"] || ""; let domain = "https://d2wsrejhnxatgp.cloudfront.net/"; // Set the user profile image let url = domain + photoFilepath; if (photoFilepath === undefined || photoFilepath === "") { url = "/static/media/user_profile_logo.1943adb5.svg"; } //populate menu profile for non-SC if ( role !== "Sundance Circle") { //populate desktop menu profile jQuery('li.menu-item-14573 a').each(function(i) { let userGreeting = 'Hi,'; if (jQuery('li.menu-item-14573 a')[i].innerHTML === userGreeting) { jQuery('li.menu-item-14573 a').css("opacity", "1"); jQuery('li.menu-item-14573 a')[i].innerHTML = '

' + role + '

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (6)

Hi,' + fname + 'How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (7)

'; }; }); //populate mobile profile name jQuery('#user-profile-name').html('

Hi, ' + fname + '

' + role + '

'); //Populate mobile profile image upper nav jQuery('#mobile-profile-image').html(''); }; //populate menu profile for SC if ( role === "Sundance Circle") { //populate desktop menu jQuery('li.menu-item-14573 a').each(function(i) { let userGreeting = 'Hi,'; if (jQuery('li.menu-item-14573 a')[i].innerHTML === userGreeting) { jQuery('li.menu-item-14573 a').css("opacity", "1"); jQuery('li.menu-item-14573 a')[i].innerHTML = '

' + role + '

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (9)

Hi,' + fname + 'How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (10)

'; }; }); //populate mobile name and user type for SC jQuery('#user-profile-name').html('

Hi, ' + fname + '

' + role + '

'); //Populate mobile profile image upper nav jQuery('#mobile-profile-image').html(''); }; //show my festival menu links jQuery('.my-fest-mobile').show(); //Populate mobile profile // jQuery('.mobile-profile').html('

Hi, ' + fname + '

'); //show user profile menu on desktop jQuery('elementor-nav-menu--layout-horizontal li.menu-item-14573').show(); jQuery(".mobile_menu .menu-item-14573").css("display","none") // Hide Sign In / Register jQuery('li.menu-item-1281').hide(); // Show Cart Icon //jQuery('.cart_icon').show(); //jQuery('.cart_header_column').show(); // Show Schedule Icon //jQuery('.calendar_header_column').show(); //jQuery('.calendar_icon').show(); // Widen nav_header_column// jQuery('.nav_header_column').css("width","80%"); //hide search Icon// jQuery('.search_icon').hide(); //show/hide desktop profile Item depending on screensize// if(jQuery(window.width() < 768) {// //show user profile menu// jQuery('li.menu-item-1260').show();// } else {// jQuery('li.menu-item-1260').hide();// }); jQuery('.mobile_logged_in').show(); jQuery('.mobile_logged_out').hide();} else { // Hide My Library jQuery('li.menu-item-942').hide(); // Hide Hi, User jQuery('li.menu-item-14573').hide(); // Hide role specific pages jQuery('li.menu-item-22560').hide(); jQuery('li.menu-item-22561').hide(); jQuery('li.menu-item-22562').hide(); // Show Sign In / Register jQuery('li.menu-item-1281').show(); // Widen nav_header_column// jQuery('.nav_header_column').css("width","80%"); //hide upper sign-in button jQuery(".upper-sign-in-button").show(); //increase upper nav column width jQuery(".upper-nav-col").css("width","30%"); //decrease logo col width jQuery(".logo-col").css("width","55%"); //align sign-in button jQuery('.upper-sign-in-button').css("margin-bottom","0px !important"); // Hide Cart Icon //jQuery('.cart_header_column').hide(); //jQuery('.cart_icon').hide(); // Hide Schedule Icon //jQuery('.calendar_header_column').hide(); //jQuery('.calendar_icon').hide(); //show my festival menu links jQuery('.my-fest-mobile').hide(); //hide search Icon// jQuery('.search_icon').hide(); jQuery('.mobile_logged_in').hide(); jQuery('.mobile_logged_out').show();}// Sign OutjQuery(".menu-item-object-custom .menu-item-1261 a").click(function(event) { signOut(event);});jQuery(".mobile-sign-out").click(function(event) { signOut(event);});jQuery(".mobile-logout-button").click(function(event) { signOut(event);});// Show Cart Items (hidden during off season)if (loggedinData) { data = JSON.parse(loggedinData); jQuery.ajax({ url: cartUrl, type: 'post', data: { "userToken": data["token"] }, headers: { auth: "Bearer 5iMhxOXyxzKylr41AY5X6BljYpCBK1n6" }, dataType: 'json', success: function (data) { if (data.message.count > 0) { jQuery('.cart_items').html(data.message.count); jQuery('.cart_items').show(); } } });}// Open SearchjQuery(".search_icon").click(function(event) { jQuery('.elementor-element-6eba26eb').show();});// Close SearchjQuery(".close_search").click(function(event) { event.preventDefault; event.stopPropogation; event.stopImmediatePropogation; jQuery('.elementor-element-6eba26eb').hide();});// NOTE: DISABLED Spaceship for SFF23 as New Frontier cancelled.// Set the Spaceship link//let tokenData = getCookie("myLoginToken");let tokenData = false;if (tokenData) { jQuery.ajax({ url: 'https://digitalcms.sundance.org:3000/api/thirdPartyToken', type: 'post', data: {"id": "62bc1275092076223a6764c5","redirectLink": "https://newfrontier.sundance.org/"}, headers: { Authorization: "Bearer " + tokenData }, dataType: 'json', success: function (data) { jQuery('li.menu-item-934 a').attr('href',data.URL); } });}// Toggle the mobile menujQuery("#elementor-popup-modal-2099 .dialog-close-button").click(function(event) { event.preventDefault; event.stopPropogation; event.stopImmediatePropogation; jQuery('.toggle_menu').removeClass('navmenu-active'); var pathname = window.location.pathname; window.history.pushState("object or string", "Title", pathname);});jQuery("#elementor-popup-modal-2099 .dialog-widget-content").on("transitionend webkitTransitionEnd oTransitionEnd", function(){ //do something here console.log('mobile popup animationend');}, false);// Do not search if less than two charactersjQuery(".sd_enter_serach").click(function(event) { event.preventDefault(); if (jQuery("#serach_form input")[0].value.length < 2) { jQuery(".sd_error_msg").html('Enter at least two characters to search.'); jQuery("#search_input").attr("placeholder", ""); } else { jQuery(".sd_error_msg").html(''); jQuery("#serach_form").submit(); }});// when user clicks to start typing in the search input, hide error messagejQuery("#search_input").click(function(event) { event.preventDefault(); jQuery(".sd_error_msg").html('');});jQuery(".sd_error_msg").click(function(event) { event.preventDefault(); jQuery(".sd_error_msg").html('');});}jQuery( document ).ready(function() { configHeader();});//--------------------------------// Re-run configHeader once mobile menu is Open//-------------------------------- // Select the entire DOM for observing:const target = document.querySelector('body'); // Create a new observer instance:const observer = new MutationObserver(function() { if (document.getElementById('elementor-popup-modal-2099')) { //jQuery('.toggle_menu').toggleClass('navmenu-active'); //jQuery('body,html').toggleClass('dialog-prevent-scroll'); setTimeout(() => { var pathname = window.location.pathname; window.history.pushState("object or string", "Title", pathname); }, "10"); //jQuery('.toggle_menu').toggleClass('navmenu-active'); configHeader(); }}); // Set configuration object:const config = { childList: true }; // Start the observerobserver.observe(target, config);

Sign In

Highlights

  • October 11, 2024

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (15)

  • October 11, 2024

Ringing in the new year always seems to come so fast. Sure, it can be overwhelming, but we’re often full of excitement and renewed energy at the end of the countdown. One of the best ways to keep those good vibes flowing is with the 2025 Sundance Film Festival, taking place from January 23February 2, 2025!

Whether you’re attending in person or online, we’ve put together a cheat sheet of all the key dates and resources you need for an ideal Fest experience. But before you take in all the gems below, be sure to register for an online account and sign up for our emails to get by-the-minute information on the Festival and the ability to build your screening schedule when the program is announced and tickets go on sale.

Feel free to bookmark this story, too, as we’ll be updating it with more resources, including the Fest map and how to vote so your favorite films can receive Audience Awards. For more detailed information on anything below, check out our How to Fest guide.

And remember, members at the Innovator level and above get priority access to tickets, 20% off all Fest merch, an invitation to a free Fest screening, and more. So, join now!

Key Dates:

Sundance Film Festival: January 23–February 2, 2025

Online Festival Screenings: January 30–February 2, 2025

Pass and Package Sale Begins: October 23, 2024

Program Announcement: Mid-December

Ticket Selection for Packageholders Begins: Early January

Single Film Ticket Sale Begins: January 16, 2025

Lodging: Book Now

Make the most of your trip by booking with our official booking partner to receive the best rates — and look out for our special recommendations (use the Popular Sundance Features filters and notice the SFF Picks tag!). We recommend you book your stay by December 31, 2024.

Public Passes and Packages on Sale: October 23, 2024

Grab a pass and gain priority access to screenings. Purchase a package and get priority in selecting the films you want to see before Single Film Tickets go on sale in January. We have something for everyone!

Gain 10 tickets to in-person screenings and early access to ticket selection beginning January 14 with a Festival Package: In Person package or take advantage of being a Utah local and get 10 in-person specially priced tickets with a Locals Ticket Package: In Person package.

And if you’re hitting the Fest and you’re 18–25 years old, get 10 in-person tickets and five online tickets for under $300 with the Ignite Package Presented by Adobe.

Click here for all of our Pass and Package options. Click here for detailed instructions on How to Purchase a Pass or Package.

Single Film Tickets on Sale: January 16, 2025

Now is the time to purchase those tickets for the films you’ve been favoriting from the Festival Program Guide! Haven’t gotten that far yet? All good. Make sure you register and favorite the films you want to check out. Once you do that, you can catch as many films as you’d like.

Keep in mind that there is a purchase limit of 10 Single Film Tickets per screening per person, regardless of whether the tickets are for individual use, gift, or transfer. Tickets are nonrefundable, and all sales are final.

If you want early access to Single Film Tickets before they go on sale to the general public, make sure to join or renew your membership at the Innovator level or above. Members get to purchase Single Film Tickets a few days before they become available to the general public! You must join or renew by January 5, 2025, to take advantage of this exclusive Member benefit. Click here to join or renew at the Innovator level or above for this special early access.

JOIN THE CONVERSATION

JOIN

THE CONVERSATION

PRESENTING SPONSORS

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (16) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (17) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (18) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (19)

PRESENTING SPONSORS

FESTIVAL HOST STATE

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (20)

FESTIVAL HOST STATE

LEADERSHIP SPONSORS

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (21) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (22) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (23)

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (24) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (25)

LEADERSHIP SPONSORS

SUSTAINING SPONSORS

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (26) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (27) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (28) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (29) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (30)

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (31) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (32) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (33) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (34)

SUSTAINING SPONSORS

MEDIA SPONSORS

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (35) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (36) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (37)

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (38) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (39) How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (40)

MEDIA SPONSORS


VIEW ALL SPONSORS

Fill 1

January 23–February 2

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (41)

January 23–February 2

Festival News
& Updates

Sign Up

[form_submit_test]

Sign Up

Festival News
& Updates

Top Links

Merch

Highlights

Lodging

Sundance Industry Office

Press Center

Customer Support

Tickets

In Person

Online

How to Fest

At a Glance

Ticketing

Attend in Person

Watch Online

Accessibility

Donors

Press

Industry

My Festival

My Account

Log Out

Sign In

Create Account

Top Links

Merch

Highlights

Lodging

Sundance Industry Office

Press Center

Customer Support

How to Fest

At a Glance

Ticketing

Attend in Person

Watch Online

Accessibility

Donors

Press

Industry

Tickets

In Person

Online

My Festival

Sign In

Create Account

Log Out

My Account

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (42)

Copyright © 2024 Sundance Institute, All Rights Reserved

About Sundance Institute

Community Agreement

Privacy Policy

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (45)

About Sundance Institute

Community Agreement

Copyright © 2024 Sundance

Institute, All Rights Reserved

How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (47)

  • My Account
  • Log Out
How to Navigate the 2025 Film Festival Like a Pro | Sundance Film Festival (2024)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Ray Christiansen

Last Updated:

Views: 5974

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.