Fan’s Reaction To A Final F-14...

Shortly before the Navy retired the F-14 Tomcat in 2006, the venerable fighter jet made a final appearance in a final F-14 flyover of PNC Park in Pittsburgh, Pennsylvania.

Flyovers are always a tremendously unique event. The crowd is already amped up for the start of a game. The Star Spangled Banner plays and then it happens. Aircraft buzz the crowd as part of a grand finale. It’s about as American as it gets.

Flyovers at airshows and sporting events always wow the crowds

In the past, there were some very low and aggressive flybys at sporting events. The Blue Angels routinely wow crowds with their sneak passes in the F/A-18. We’ve even chronicled some of them. While impressive, they led to some disciplinary action and even ended some flying careers.

F-18 Flyover.  This article highlights the final F-14 flyover that took place at PNC Park.F-18 Flyover.  This article highlights the final F-14 flyover that took place at PNC Park.
Image via US Navy

Today, there are many more rules about flyovers though. Most occur at least 1,000 feet AGL (above ground level). While every flyover is impressive, the ones today are noticeably more muted and less heart pounding as they are well above the crowds.

The Reaction To This F-14 Flyover Makes This Video Totally Worth It

The video took place back in 2006 at the Major League Baseball Home Run Derby, before many of these rules were in place and/or in force. In the video, you’ll see two F-14s roar past overhead at less than 500 feet.

The fan videoing the impromptu air show yells, “Those are -14s, dude! Tomcats! Swept-back!” He and the rest of the crowd saw something we will never again see in our lifetime. The F-14 Tomcat was retired shortly after the flyby.

Today, the only place to see an F-14 flyover is in Iran

In 2025, only Iran operates a small fleet of aging Tomcats. They keep the fleet flying by cannibalizing jets from their fleet purchased before the Iranian revolution in the late 1970s.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');