{"title":"Flush Bolts \u0026 Barrel Bolts","description":"\u003ch2\u003eFlush bolts and barrel bolts explained\u003c\/h2\u003e\u003cp\u003eFlush bolts and barrel bolts are two different types of door hardware used to secure a door leaf, most often the inactive leaf of a pair of French or double doors. This Zanda range covers both styles, so you can pick the bolt type and finish that suits your doors.\u003c\/p\u003e\u003ch3\u003eWhat is a flush bolt\u003c\/h3\u003e\u003cp\u003eA flush bolt is mortised into the edge of the door so it sits flush with the surface rather than protruding. Flush bolts are commonly fitted top and bottom on the inactive leaf of a rebated double door set, holding that leaf firmly in place while the active leaf operates normally with its own handle and lock.\u003c\/p\u003e\u003ch3\u003eWhat is a barrel bolt\u003c\/h3\u003e\u003cp\u003eA barrel bolt is a surface mounted slide bolt, fixed to the face of the door rather than recessed into it. It works by sliding a bar across into a keep, and is generally simpler to fit than a flush bolt since the door does not need to be routed out. This range also includes straight and radiused reverse barrel bolt variants, as well as a heavy duty barrel bolt option for doors that need a sturdier fitting. Barrel bolts are a practical choice for gates, cupboard doors and secondary doors where a visible fitting is not a concern.\u003c\/p\u003e\u003ch3\u003eChoosing between flush bolts and barrel bolts\u003c\/h3\u003e\u003cp\u003eIf you want a discreet, integrated look on a pair of doors, particularly French doors, a flush bolt is generally the better option since it sits within the door edge. If straightforward, visible operation and easier installation matter more, a barrel bolt is a simpler alternative. This range includes both, so you can match the bolt type to the door and the finish already used elsewhere in the home.\u003c\/p\u003e\u003ch3\u003eFinishes available\u003c\/h3\u003e\u003cp\u003eZanda offers this hardware in Brushed Nickel, Ember Bronze, Matte Black and Satin Brass, giving a spread of cool and warm metal tones so flush bolts and barrel bolts can be matched to existing door hardware.\u003c\/p\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv id=\"faq\"\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eWhat is the difference between a flush bolt and a barrel bolt?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eA flush bolt is mortised into the door so it sits flush with the surface, while a barrel bolt is a surface mounted slide bolt fixed to the face of the door. Flush bolts give a more discreet finish, while barrel bolts are simpler to fit since no routing is needed.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eWhere are flush bolts typically used?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eFlush bolts are most commonly fitted top and bottom on the inactive leaf of a pair of rebated French or double doors. They hold that leaf securely in place while the active leaf opens and closes normally with its own handle.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eWhere are barrel bolts typically used?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eBarrel bolts are often used on gates, cupboard doors and secondary doors where a visible surface mounted fitting is not a problem. They are a straightforward option when ease of installation matters more than a flush, recessed look.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eWhat finishes are Zanda flush bolts and barrel bolts available in?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eZanda offers this range in Brushed Nickel, Ember Bronze, Matte Black and Satin Brass, so you can match the bolt to your existing door hardware.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc_wrap\"\u003e\n    \u003cdiv class=\"accordion\"\u003e\u003cb\u003eAre there different barrel bolt styles in this range?\u003c\/b\u003e\u003c\/div\u003e\n    \u003cdiv class=\"panel\"\u003e\n      \u003cdiv\u003eYes, alongside a standard straight barrel bolt, Zanda also offers reverse and radiused reverse barrel bolt variants, as well as a heavy duty option for doors that need a sturdier fitting.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    #faq { margin: 20px 0 75px; }\n    .acc_wrap { margin-bottom: 7px; border-radius: 8px; overflow: hidden; border: 1px solid rgba(240,240,240,1); }\n    .accordion { background-color: #4f6d85; color: white; cursor: pointer; padding: 16px; width: 100%; border: none; text-align: left; outline: none; transition: 0.4s; line-height: 1.2; }\n    .panel { opacity: 0; background-color: white; overflow: hidden; height: 0; transition: height 0.5s ease, opacity 0.7s linear; }\n    .panel \u003e div { margin: 25px; }\n    .panel.active { opacity: 1; height: auto; }\n\u003c\/style\u003e\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  var acc = document.getElementsByClassName(\"acc_wrap\");\n  for (var i = 0; i \u003c acc.length; i++) {\n    acc[i].addEventListener(\"click\", function() {\n      var panel = this.querySelector(\".panel\");\n      var all = document.querySelectorAll('.panel');\n      for (var j = 0; j \u003c all.length; j++) { if (all[j] !== panel) { all[j].classList.remove(\"active\"); all[j].style.height = 0; } }\n      panel.classList.toggle(\"active\");\n      panel.style.height = panel.classList.contains(\"active\") ? panel.scrollHeight + \"px\" : 0;\n    });\n  }\n});\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between a flush bolt and a barrel bolt?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A flush bolt is mortised into the door so it sits flush with the surface, while a barrel bolt is a surface mounted slide bolt fixed to the face of the door. Flush bolts give a more discreet finish, while barrel bolts are simpler to fit since no routing is needed.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where are flush bolts typically used?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Flush bolts are most commonly fitted top and bottom on the inactive leaf of a pair of rebated French or double doors. They hold that leaf securely in place while the active leaf opens and closes normally with its own handle.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where are barrel bolts typically used?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Barrel bolts are often used on gates, cupboard doors and secondary doors where a visible surface mounted fitting is not a problem. They are a straightforward option when ease of installation matters more than a flush, recessed look.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What finishes are Zanda flush bolts and barrel bolts available in?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Zanda offers this range in Brushed Nickel, Ember Bronze, Matte Black and Satin Brass, so you can match the bolt to your existing door hardware.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are there different barrel bolt styles in this range?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, alongside a standard straight barrel bolt, Zanda also offers reverse and radiused reverse barrel bolt variants, as well as a heavy duty option for doors that need a sturdier fitting.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n","products":[],"url":"https:\/\/www.thebluespace.co.nz\/collections\/flush-bolts-barrel-bolts\/colour-bronze.oembed","provider":"The Blue Space","version":"1.0","type":"link"}