Skip to main content

What is anti-aliasing? MSAA, FXAA, TAA, and more explained

Anti-aliasing is the hidden backbone behind making your games look great. It serves a simple purpose — fixing the jagged edges that show up in games — but the specifics are complicated. In this guide, we’ll explain the anti-aliasing options you see in games so that you can achieve the image quality and performance your gaming PC needs.

Among all of the graphics settings you need to tweak in PC games, anti-aliasing is one of the most important. It can tank your performance or make your game look terrible if harnessed incorrectly. But with a little guidance on what anti-aliasing settings to use, you can optimize any game in seconds. Let’s take a closer look at anti-aliasing, its different types, and how to turn it on.

What is anti-aliasing?

Aliasing example in Photoshop
Image used with permission by copyright holder

Before answering what anti-aliasing is, we have to talk about what aliasing is. Aliasing happens when a curved line is drawn across square pixels. It’s a byproduct of how computer graphics are rendered, as a pixel can only display one color at a time. Anti-aliasing attempts to smooth out aliasing.

You’ll find it in games and photo editing apps mainly. You can see an example of aliasing in Destiny 2 below. The railing is covering multiple square pixels, which creates a jagged line where the pixel ends and the next one begins.

Anti-aliasing in Destiny 2.
Image used with permission by copyright holder

The idea of anti-aliasing is to remove or smooth those jagged edges. There’s a wide range of techniques to accomplish that. You likely interact with some form of anti-aliasing on a daily basis, even if you don’t play games or edit photos. Your browser, for example, uses anti-aliasing for text.

Types of anti-aliasing

Anti-aliasing in Forza Horizon 5.
Two different types of anti-aliasing in Forza Horizon 5. FXAA on the left, MSAA on the right. Image used with permission by copyright holder

Although there are several different techniques for anti-aliasing, they boil down to two main approaches. The first is supersampling. In these cases, the anti-aliasing technique blows up the image to a higher resolution and uses that extra detail to smooth out rough edges in the final image.

The second is guessing — really. Instead of rendering the image at a higher resolution, some anti-aliasing techniques use an algorithm to look at nearby pixels and guess where the extra detail should go.

This isn’t an exhaustive list of anti-aliasing techniques. Many techniques are combinations or slight variations of other techniques. We’re focusing on the types of anti-aliasing you’ll actually find in games today.

Supersample Anti-Aliasing (SSAA)

SSAA comparison in Metro 2033 Redux.
Image used with permission by copyright holder

Supersample Anti-Aliasing, or SSAA, is the most basic form of anti-aliasing. It works by taking a higher resolution image and downsampling the pixels to fit native resolution. The final result avoids jagged edges by averaging colors near the edges.

In SSAA 4x, one pixel is stretched out to four. A sample is taken from each, and then the four pixels are downsampled to a single pixel that averages the color. SSAA still produces the best anti-aliasing results, but it’s also the most demanding, as it’s essentially rendering the image at a higher resolution. Because of its performance tax, SSAA isn’t an option in most modern PC games.

Multisample Anti-Aliasing (MSAA)

MSAA comparison in Forza Horizon 4.
Image used with permission by copyright holder

Multisample Anti-Aliasing, or MSAA, is a cheaper form of SSAA. Instead of going through the painstaking process of sampling every pixel, MSAA only comes into play where aliasing could become an issue (an edge), which saves a lot of computing resources.

In a scene, there are often adjacent pixels that have the exact same color. These don’t need to go through the super sampling process, which is the idea behind MSAA. Although much less demanding than SSAA, MSAA is still taxing on your hardware.

Fast Approximate Anti-Aliasing (FXAA)

FXAA comparison in Destiny 2.
Image used with permission by copyright holder

Fast Approximate Anti-Aliasing, or FXAA, is a post-process form of anti-aliasing. That means instead of messing with the rendering, it’s an algorithm that comes in after the fact to clean up jagged edges. That makes it much less demanding than MSAA and SSAA, though at the cost of image quality.

FXAA uses a high contrast filter to find edges before sampling those edges and blending them. It doesn’t average unique colors like SSAA and MSAA, so it tends to look more blurry around the edges.

Temporal Anti-Aliasing (TAA)

TAA comparison in Tiny Tina's Wonderlands.
Image used with permission by copyright holder

TAA, or Temporal Anti-Aliasing, is similar to FXAA. It’s a post-process form of anti-aliasing that samples each pixel in a frame. However, it samples a different location within each frame, and it uses past frames to blend the samples together.

It’s temporal, or time-based. The anti-aliasing happens by blending past and current pixels, which cleans up many of the blurry edges caused by FXAA. TAA carries its own issues, however, such as ghosting where a previous sample carries over to a new frame, creating a blur effect.

TAA is the backbone of Nvidia’s Deep Learning Super Sampling (DLSS), and it’s a big reason why Temporal Super Resolution (TSR) and AMD’s FidelityFX Super Resolution 2.0 (FSR) are able to produce such high-quality results.

Subpixel Morphological Anti-Aliasing (SMAA)

SMAA comparison in Destiny 2.
Image used with permission by copyright holder

Subpixel Morphological Anti-Aliasing, or SMAA, is very similar to FXAA. It uses edge detection and blurs pixels around harsh edges. The main difference is that SMAA taps into your GPU a bit more to take multiple samples along those edges.

Because of that SMAA tends to offer better image quality than FXAA while not requiring as much horsepower as MSAA or SSAA. It has fallen out of favor over the last few years, however, as TAA strikes a similar balance with better results.

How to turn on anti-aliasing in games

You can anti-aliasing settings in the graphics settings of most games. You’ll either see it listed as just Anti-Aliasing, or as the type of anti-aliasing (FXAA, MSAA, etc.) The settings mostly speak for themselves, outside of factor. Some techniques, like MSAA, are accompanied by a number that notes the quality of anti-aliasing (MSAA 4x is better than MSAA 2x, for example).

Anti-aliasing settings in the Nvidia Control Panel.
Image used with permission by copyright holder

If you want to set up anti-aliasing universally, you can do it through your graphics card software. For Nvidia, open the Nvidia Control Panel and navigate to Manage 3D settings. By default, the Anti-aliasing mode setting is set to Application-controlled. You have three options:

  • Off: Turns off anti-aliasing in games by default.
  • Enhance the application setting: Allows you to enable further anti-aliasing beyond what a game provides (useful in titles with an anti-aliasing toggle).
  • Override any application setting: Allows you to set your own anti-aliasing based on the factor in the Anti-aliasing setting section.

In addition, you can turn on FXAA in the Nvidia Control Panel. Because FXAA is a post-process form of anti-aliasing, you can apply it to any game, either as a standalone form of anti-aliasing or on top of what you have set in-game.

Anti-aliasing settings on Radeon Software.
Image used with permission by copyright holder

In AMD’s Radeon Software, you can also set up anti-aliasing. Navigate to Settings > Graphics and click the Advanced dropdown. You have similar settings to Nvidia for anti-aliasing: Turn it off, enhance it, or override it. Radeon Software provides more tools for the type of anti-aliasing you want to apply, though:

  • Multisample: This is MSAA, which you can apply on top of existing anti-aliasing or as a standalone setting.
  • Adaptive multisample: This is adaptive MSAA, which improves MSAA by applying anti-aliasing to surfaces with transparent elements.
  • Supersampling: This is SSAA, which is the most demanding form of anti-aliasing.

You’ll also find options for MLAA, or Morphological Anti-Aliasing. This is basically AMD’s version of FXAA, which you can apply as a single post-process pass of anti-aliasing or on top of anti-aliasing you have set in-game.

Frequently asked questions

Why is aliasing bad?

Aliasing is essentially those unsightly jagged edges that appear in your computer graphics. When they’re not smoothed out as they would be with anti-aliasing, it can make your computer graphics look blurry or low-quality. This can be especially distracting when you’re playing games on your computer.

Does anti-aliasing make graphics better or worse?

The whole point of anti-aliasing, when used correctly, is to improve the quality of your graphics by smoothing out the jagged edges that aliasing brings. So anti-aliasing should generally make your graphics better.

Should I turn anti-aliasing on or off?

For the most part, if you want better graphics while you game and without jagged lines, you should turn anti-aliasing on and keep it on. Plus your graphics card software will likely allow you to customize your anti-aliasing settings anyway so that you can figure out how to use it in a way that best fits your gaming needs and what your gaming PC can handle.

Editors' Recommendations

Jacob Roach
Senior Staff Writer, Computing
Jacob Roach is a writer covering computing and gaming at Digital Trends. After realizing Crysis wouldn't run on a laptop, he…
Get ready — SSD prices are about to skyrocket
An SSD installed in a PC motherboard.

It's been coming for a while, but it looks like SSD prices have finally reached an inflection point. Pricing on consumer SSDs are going to "skyrocket" over the next few months, according to an industry source cited by Tom's Hardware.

According to the source, price increases are being brought on by a shortage of NAND chips, which are critical for SSDs. That's not exactly news. In November, TrendForce reported that Samsung planned to cut production of NAND flash to stabilize SSD prices. According to the report, major memory players like Samsung and Western Digital have seen a decline in profits over the last year.

Read more
Should you buy the RTX 4080 now or wait for the RTX 4080 Super?
A render of the RTX 4080 Super at CES 2024.

Nvidia's RTX 4080 didn't have a warm reception when it first launched, but a series of slow price drops have made it a more attractive option among the best graphics cards. However, stock is quickly drying up, with most retailers offering only a few models at list price. Is now finally the time to pull the trigger?

Stock is likely disappearing due to Nvidia's Super refresh. The RTX 4080 Super is now official, and Nvidia has confirmed it will replace the RTX 4080 in its current lineup. With the new card arriving shortly, it's looking like you'll have to be patient if you want the best bang for your buck.
Pricing and availability

Read more
Nvidia did the unthinkable with the RTX 4080 Super
Jeff Fisher holding the RTX 4080 Super at CES 2024.

I'm floored. We all knew that Nvidia was releasing new Super graphics cards at CES 2024, but I never expected Nvidia to drop the price with the release of the RTX 4080 Super. The updated model, which will replace the RTX 4080 that released at $1,200, is arriving for $1,000. Nvidia has been the primary driving force behind high GPU prices, but the RTX 4080 Super is a strange change of course that actually brings prices down.

A big reason why is that the RTX 4080 Super isn't too different from the RTX 4080. It's using the same AD103 GPU, but it comes with the full die, equaling 10,240 CUDA cores. It's just a 5% bump over the base model, and the Super version comes with the same 16GB of GDDR6X memory and the same 320 watts of power draw.

Read more