Want to master Blender? Click here! and get our E-Book
When you purchase through links on our site, we may earn an affiliate commission. Affiliate Disclosure
Last update: April 27, 2021

Boolean modifier problems and how to solve them

Booleans has risen in popularity since the new hard surface add-ons have popped up left and right. Though every time I use a Boolean in Blender, I always have this feeling of incoming crashes and meshes that just won’t do what I want it to. So, I thought an article outlining some common solutions to Boolean modifier problems may be of some help, so I took my experience, did a little research, and ended up with this post. 

To solve most Boolean problems, we can move the object a little in any direction. Also, sometimes you may have multiple meshes in the same object cutting into a base mesh. Separating these and making sure that scale is applied and having normals facing outwards is a good troubleshooting start.  Since version 2.91 we can switch to the exact solver for more accurate Booleans at the cost of speed.

Note: I will call the object with the modifier on it the host object or base object. I will also call the object targeted by the Boolean modifier, target or Boolean object. 

If you were looking for a guide to solve bevel problems instead, you can check out this article:

Related content: How to solve bevel problems in Blender

What does the settings on the boolean modifier do?

The Boolean modifier takes another object as input and does some operation on the volume shared between the meshes. The following are the possible operations. 

  • Difference
    • Difference is the most used operation. It takes the target object and subtract whatever volume it holds from the base object. Cutting into it. 
  • Union
    • Union will join the target object to the base mesh and merge the geometry of the two objects. Any faces that would have remained inside of this newly joined object is deleted leaving a manifold (watertight) mesh. 
  • Intersect
    • Intersect removes all the volume that is not shared between the two objects. 

We also have the overlap threshold value slider. This is one of our defenses against a misbehaving Boolean. We should keep this value at an all-time low. The default value is 0.000001meters, and that is a fair value to start with. However, if you have faces that are just barely overlapping this value can be used to either ignore those parts or tweaked to just precisely leave them within range to be included. 

Having a too high value can sometimes cause loose edges being generated that shoots off in different directions.

If you need to apply a Boolean modifier, check wireframe viewport mode first and see if you can spot any details or loose edges that float off. 

boolean modifier settings displayed

If you need a beginner guide to modifiers you can read this article to learn how to get going.

Related content: How modifiers work in Blender, an overview

To learn about other modifiers, this is a good place to start.

Related content: Top 10 Blender modifiers and how they work

Boolean limitations

According to the Blender manual, there are some limitations to the Boolean modifier. Booleans work best on manifold or watertight meshes. The manual doesn’t state that all circumstances except watertight meshes will fail but not making sure that this is true can’t guarantee a trouble-free operation. 

The manual continues to list four key troublesome scenarios. 

  • Overlapping volumes
  • Overlapping geometry
  • Self-intersections
  • Zero-area-faces

How do we troubleshoot Boolean modifier problems?

There are a handful of tricks we can try if we run into an uncooperative Boolean. I usually have a few steps that I go through whenever this happens. The first steps make sure we have a watertight mesh. 

In later versions of Blender, there is now an exact solver, in the modifier settings switch from fast to exact if you can spare the speed loss. If not, there are plenty of actions we can take to make the fast solver work.

Make sure you have applied scale; we do this using Ctrl+A and select scale from the menu. This just tells Blender that the scale of this object as it is right now is the new starting point. 

Related content: How and why do we apply scale in Blender?

Then try to remove doubles. In 2.80 and later this operation is now in the "merge menu”, hit Alt+M (Just M for later versions) and select “by distance”.

If two vertices are on top of or close to each other, they will merge. This just makes sure we close any potential gaps in the mesh, and it takes care of zero area faces. 

Blender will give you info about how many vertices we removed. If it seems unreasonable, undo the operation, or adjust the threshold in the operator settings down in the left corner.

If either of these steps does something unpredictable, try to find out why. It is likely that there is a larger problem present.

Next, we want to make sure we have consistent normals. We do this by going into edit mode, select everything, and hit Shift+N. Most of the time, Blender will make a decent job recalculating the normals so they all face outwards. 

If you still suspect that your normals are not being consistent, you can turn on the normal direction view for faces.

In the overlay menu in edit mode, find the normals section and click the face icon. Then increase the size until you see lines drawn from the faces. This will help show the direction of each face normal. Make sure they are consistently outwards facing. 

Go through these three steps for both the base object and the target. When done, your objects qualify for a Boolean operation. 

When both objects qualify and if we still have problems, there are still steps left. 

We can move the object just slightly so that the objects intersect in a cleaner way. Avoid very slight intersections. Also, avoid edges moving alongside each other just a short distance apart. 

Booleans work best when the meshes don’t differ too much in density. If one object has millions of polygons and the other just a handful blender must calculate the transition between these two extremes, this can cause trouble. 

I sometimes see multiple meshes in the same target object. In those cases, separate the target object into multiple objects and use a single Boolean modifier for each of them on the base mesh. You can separate a piece by going into object mode, select one element (face, vertex, or edge) in the object you want to Boolean. Hit CTRL+L to select linked elements. Then hit “P” and separate by selection. 

Add a new Boolean modifier on the base mesh with this separated piece as the target. 

We can now check for loose geometry. You may have stray edges, faces or vertices that are just hanging in the air causing problems.

In these cases, you can select the target object, go into edit mode, select one element, and use CTRL+L to select linked. Then use CTRL+I to invert the selection. If you have any stray geometry floating around, we will now have it selected. Delete anything that does not belong in your object. 

If all else fails, apply the Boolean modifier and see what the result looks like. When we do, it may become obvious to us why the modifier is not working properly. We may also find out that some manual cleanup is faster than trying to solve the actual problem. In those cases, do the cleanup and save yourself some time. 

Are there any add-on that could help us?

Some workflows are centered on Boolean operations and adding all those Booleans manually would just be a nightmare. Luckily, there are some add-ons available to help speed up a Boolean-based workflow. However, if you are just making an occasional Boolean occasionally you won’t save that much time. 

For the occasional Boolean operator, there is the built-in add-on called Booltools. Enable the add-on in user preferences. This add-on adds shortcut keys for quick Boolean operations. 

The most versatile shortcut this add-on has is Ctrl+Shift+B. This brings up a menu with all its options. The operations listed under auto Boolean will make the operation on the selected object with the active object acting as the base mesh. It will also apply the modifier. The operations listed as brushes will not apply the modifier. 

Booltools also has a slice option. This will use the target object as a knife and slice where the faces intersect leaving a small gap in the base mesh. 

There are very many add-ons that deal with boolean workflows these days. The most well-known is Boxcutter. Boxcutter is a paid add-on. With it, you just draw on the screen where you want the cut to happen. It is very quick and easy to get going.

Blendermarket: Boxcutter

Final thoughts

Booleans is a fun tool to work with and adding some extra speed with Booltools is also welcome. 

While there seem to be an endless array of troubleshooting steps available for boolean modifier problems they are quick to go through once you know what steps you can take. We can also use a handful of these steps to solve an entire range of other issues. For instance, an object with scaling that is not reset will get weird results when you use certain tools on it. 

I hope you learned something. If you did or know someone else, it may be useful for, please consider sharing this with others. It means the world to me. Also, if you want an occasional update on what is happening on the site, just subscribe to the newsletter and I will let you know. 

Thanks for your time.

Written by: Erik Selin

Editor & Publisher

Erik Selin
3D artist, writer, and owner of artisticrender.com

Recent posts

Free HDRI images for subscribers!

Subscribers to our newsletter enjoy more value! How about a collection of 40 HDRI skies for free!

Subscribe to our E-Mails

Subscribers to our newsletter enjoy more value! How about a collection of 40 HDRI skies for free!
We don’t spam! Read our privacy policy for more info.
Modal newsletter form (#6)