Fixed Guitar Bridge: A Guide to Building a Guitar

Building a guitar electric From scratch is a journey of discovery, wood dust, and, let's face it, even a few swear words. But the final satisfaction makes it all worthwhile. Among the various pieces you can decide to make with your own hands, the fixed guitar bridge electric It's one of those that gave me the most headaches, but also the most joy.

I'm not a professional luthier, I've always said so. I'm someone who, like you, learned through trial and error in the garage. I bought ready-made bodies, assembled kits, and then I started wanting to do more. The bridge, that piece of metal that holds the strings and transmits them to the body, seemed like an insurmountable obstacle. However, with a little patience and the right tools (or almost), it can be done.

Many hobbyists get stuck right here. They think, "But the bridge has to be super precise, the intonation, the action... that's engineering stuff!" And indeed, precision is essential. But you don't need a CNC milling machine costing tens of thousands of euros. You need a caliper, a good dose of calm, and the willingness to learn from your mistakes. Because yes, you will make them. I have, and I assure you, it's the best part of the process.

This guide is for those who, like me, want to get their hands dirty and fully understand how their six-string works. We'll discuss materials, measurements, and tools, and I'll give you some tips to avoid the most common mistakes—the ones I made firsthand.

Why a homemade fixed bridge? Advantages and (some) concerns

.biafax-photo-grid { display: grid !important; gap: 12px; margin: 24px 0; }
.biafax-photo-grid-3v { grid-template-columns: repeat(3, 1fr) !important; }
.biafax-photo-grid-2h { grid-template-columns: repeat(2, 1fr) !important; }
.biafax-photo-grid a { display: block; overflow: hidden; border-radius: 6px; line-height: 0; }
.biafax-photo-grid img { width: 100%; height: 100%; object-fit: cover; aspect ratio: 4 / 3; transition: transform 0.3s ease; }
.biafax-photo-grid a:hover img { transform: scale(1.03); }
.biafax-photo-grid br { display: none; }
.biafax-photo-grid-caption { text-align: center; font-style: italic; color: #555; margin: -12px 0 24px; }
.biafax-lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; z-index: 99999; cursor: zoom-out; }
.biafax-lightbox-overlay img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 4px; }
@media (max-width: 768px) {
.biafax-photo-grid-3v { grid-template-columns: 1fr !important; }
.biafax-photo-grid-2h { grid-template-columns: 1fr !important; }
}

(function() {
if (window.biafaxGridLightbox) return;
window.biafaxGridLightbox = true;
document.addEventListener(‘click’, function(e) {
var a = e.target.closest(‘a[data-lightbox]’);
if (!a) return;
e.preventDefault();
var overlay = document.createElement(‘div’);
overlay.className = 'biafax-lightbox-overlay';
overlay.innerHTML = '‘ + JSON.stringify(a.querySelector(‘';
document.body.appendChild(overlay);
overlay.addEventListener(‘click’, function() { overlay.remove(); });
document.addEventListener(‘keydown’, function handler(ev) {
if (ev.key === 'Escape') { overlay.remove(); document.removeEventListener('keydown', handler); }
});
});
})();

preparazione corpo chitarra elettrica img 01 01preparazione corpo chitarra elettrica img 01

In this gallery: preparation, body and electrical.

.biafax-photo-grid { display: grid !important; gap: 12px; margin: 24px 0; }
.biafax-photo-grid-3v { grid-template-columns: repeat(3, 1fr) !important; }
.biafax-photo-grid-2h { grid-template-columns: repeat(2, 1fr) !important; }
.biafax-photo-grid a { display: block; overflow: hidden; border-radius: 6px; line-height: 0; }
.biafax-photo-grid img { width: 100%; height: 100%; object-fit: cover; aspect ratio: 4 / 3; transition: transform 0.3s ease; }
.biafax-photo-grid a:hover img { transform: scale(1.03); }
.biafax-photo-grid br { display: none; }
.biafax-photo-grid-caption { text-align: center; font-style: italic; color: #555; margin: -12px 0 24px; }
.biafax-lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; z-index: 99999; cursor: zoom-out; }
.biafax-lightbox-overlay img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 4px; }
@media (max-width: 768px) {
.biafax-photo-grid-3v { grid-template-columns: 1fr !important; }
.biafax-photo-grid-2h { grid-template-columns: 1fr !important; }
}

(function() {
if (window.biafaxGridLightbox) return;
window.biafaxGridLightbox = true;
document.addEventListener(‘click’, function(e) {
var a = e.target.closest(‘a[data-lightbox]’);
if (!a) return;
e.preventDefault();
var overlay = document.createElement(‘div’);
overlay.className = 'biafax-lightbox-overlay';
overlay.innerHTML = '‘ + JSON.stringify(a.querySelector(‘';
document.body.appendChild(overlay);
overlay.addEventListener(‘click’, function() { overlay.remove(); });
document.addEventListener(‘keydown’, function handler(ev) {
if (ev.key === 'Escape') { overlay.remove(); document.removeEventListener('keydown', handler); }
});
});
})();

.biafax-photo-grid { display: grid !important; gap: 12px; margin: 24px 0; }
.biafax-photo-grid-3v { grid-template-columns: repeat(3, 1fr) !important; }
.biafax-photo-grid-2h { grid-template-columns: repeat(2, 1fr) !important; }
.biafax-photo-grid a { display: block; overflow: hidden; border-radius: 6px; line-height: 0; }
.biafax-photo-grid img { width: 100%; height: 100%; object-fit: cover; aspect ratio: 4 / 3; transition: transform 0.3s ease; }
.biafax-photo-grid a:hover img { transform: scale(1.03); }
.biafax-photo-grid br { display: none; }
.biafax-photo-grid-caption { text-align: center; font-style: italic; color: #555; margin: -12px 0 24px; }
.biafax-lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.92); display: flex; align-items: center; justify-content: center; z-index: 99999; cursor: zoom-out; }
.biafax-lightbox-overlay img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 4px; }
@media (max-width: 768px) {
.biafax-photo-grid-3v { grid-template-columns: 1fr !important; }
.biafax-photo-grid-2h { grid-template-columns: 1fr !important; }
}

(function() {
if (window.biafaxGridLightbox) return;
window.biafaxGridLightbox = true;
document.addEventListener(‘click’, function(e) {
var a = e.target.closest(‘a[data-lightbox]’);
if (!a) return;
e.preventDefault();
var overlay = document.createElement(‘div’);
overlay.className = 'biafax-lightbox-overlay';
overlay.innerHTML = '‘ + JSON.stringify(a.querySelector(‘';
document.body.appendChild(overlay);
overlay.addEventListener(‘click’, function() { overlay.remove(); });
document.addEventListener(‘keydown’, function handler(ev) {
if (ev.key === 'Escape') { overlay.remove(); document.removeEventListener('keydown', handler); }
});
});
})();

preparazione corpo chitarra elettrica img 01 01
preparazione corpo chitarra elettrica img 01

In this gallery: preparation, body and electrical.

The first question you'll be asked is, "Why don't you just buy a pre-made one?" And it's a fair question. There are excellent quality fixed bridges on the market, ranging from a few euros to hundreds. But the answer, for those of us who love DIY, is simple: because we can.

When I decided to build my first fixed bridge for electric guitar, I had a very specific idea in mind. I wanted a slightly different interstring (the space between one string and the next), for a unique feel I couldn't find on commercial bridges. Or, I was looking for a specific aesthetic, something minimalist that would integrate perfectly with the body design I was developing.

Extreme customization: This is the main advantage. You can choose the base material, the shape of the saddles, and the type of mounting. Do you want a solid brass bridge for incredible sustain? Or aluminum for a brighter, lighter sound? No problem, you're the master of the project.

Deep understanding: Every piece you build forces you to understand how it works. Creating your own string attachment system teaches you the importance of scale, intonation, and break angle. It's not just an object, it's a practical lesson in physics applied to violin making.

Personal satisfaction: There's nothing like picking up a guitar and knowing that the piece of metal holding the strings and allowing you to play was made by you. It may not be as perfect as a high-end Gotoh, but it has a soul—yours.

The dark side: the headaches. Let's not hide behind our fingers. Building a fixed bridge It requires obsessive precision. A hole off by half a millimeter, a saddle not perfectly aligned, and intonation will become a nightmare. The risk of wasting material, time, and effort is real. I threw away a couple of brass bases before making a decent one. But it's precisely from these mistakes that you learn.

So, if you're looking for absolute perfection the first time, maybe it's better to buy. But if you're willing to learn, experiment, and accept that the process involves trial and error, then you're in the right place.

Materials and Tools: Your Garage Luthier's Arsenal

Before we start cutting and drilling, we need to take stock of what we'll need. You won't need a machine shop, but a minimum amount of equipment is essential. And trust me, you'll use many of these tools for a thousand other lutherie projects.

Materials for the bridge

Choosing the material for the base and saddles of your fixed bridge It's not just aesthetics, but it also affects the sound.

Brass: My favorite. It's relatively soft to work with, yet dense enough to offer excellent sustain and a warm sound. It polishes well and ages beautifully. It comes in sheets of various thicknesses. A 4-5 mm base is a good starting point.
Stainless Steel: Very durable, it offers a bright sound and remarkable sustain. It's harder to work than brass, requiring specialized drill bits and cutters and more patience.
Aluminum: Lightweight, it offers a more open sound and less sustain than brass or steel. It's easy to work with. Perfect for those looking for a modern look or a lighter guitar.

For the saddles, you can use the same material as the base or mix and match. Many prefer brass or steel saddles for their hardness and ability to transmit vibrations well.

You will also need:
Screws: For the saddles (intonation and height) and for attaching the bridge to the body, make sure they are of good quality and the right size.
Springs: Small springs for the intonation screws, help keep the saddle in place and prevent unwanted vibrations.

Essential tools

Here's a list of the tools I've used and highly recommend. You don't have to buy everything new; look for used ones or borrow them.

1. Digital caliper: I'm not kidding, this is your best friend. Every measurement, every check, goes through here. A good caliper for 20-30 euros will save you from a lot of mistakes. #2. Carpenter's square and steel ruler: To draw straight and precise lines.n3. Centering tip (or graver): To mark the exact spot where to drill. This is essential to prevent the drill bit from slipping.n4. Pillar drill: If you have one, use it. Vertical accuracy is priceless. If you don't have one, a good hand drill with a vertical stand can do the job, but you'll need to be much more careful and steady. I used a hand drill for years, with acceptable results. Metal drill bits: Of various sizes. Always start with a small tip and then gradually widen it.n6. Males and supply chains: To create the threads for the saddle screws and intonation screws. The measurements will depend on the screws you use.n7. Metal jigsaw (or Dremel with cutting discs): To cut the base shape. The Dremel is faster, but the jigsaw gives you more control over the details.n8. Metal files (flat, round, half-round): To finish the edges, square, create the slots for the strings on the saddles.n9. Sandpaper for metal: Of various grits, from coarse to very fine (up to 1000-2000) for polishing.n10. Cutting oil: Essential when drilling or threading metal. Helps cool the tool, extends the life of the bits, and makes the job cleaner.n11. Clamps and bench vice: To hold the workpiece securely while you work. Never work on a moving workpiece!

Garage Tip: If you don't have a drill press, invest in a good drill stand. It will give you much more stability and precision than holding the drill freehand. It won't be as good as a real drill press, but for hobby use, it's a great compromise.

Design: Size is not optional

This is the step where many people get scared, and it's also the one where you can't afford to make any gross mistakes. Designing your fixed bridge for electric guitar It's crucial. A single millimeter off here can mean impossible intonation or unmanageable action. I learned the hard way that drawing first, measuring three times, and then drawing again is the only way.

The basic measures

Every bridge, whether fixed or tremolo, is critical to tuning and sound. Here's what you need to consider:

1. Guitar Scale (Scale Length): This is the mother of all measurements. The distance between the nut and the point of contact of the strings on the bridge (or rather, the twelfth fret multiplied by two) determines the vibrating length of the string. If you already have a neck or body, this measurement is fixed. For a Stratocaster, it is typically 25.5 inches (648 mm), for a Les Paul, it is 24.75 inches (628 mm). The center of the bridge saddle should be this distance from the nut.

2. String Spacing: How much space is there between strings? This affects the playability and feel of the guitar. Standard values range from 52mm to 56mm at the bridge. Do you want a narrow gap for fast shredding or a wider gap for fingerstyle? Decide now. It's a very personal choice.

3. Intonation Compensation: The saddles aren't all on the same line. The low E string needs to be longer than the high E string to tune correctly. This means the saddles need to be able to move back and forth. Your design needs to allow for sufficient range of motion, usually 5-10mm. This is the real "sore point" for many, but it's manageable.

4. Saddle Height Adjustment: Saddles must allow for adjustment of the string action. This means they must be high enough to be worked on, or you must include a system of screws to raise and lower them. If you make them fixed, the action may be too high or too low and there's no way around it.

5. Break Angle of the Strings: The angle at which the string descends from the saddle to the grommet is important for the pressure on the bridge and therefore for sustain. Too shallow an angle can cause buzzing or a lack of sustain. Typically, an angle of about 15-20 degrees is ideal.

6. Keyboard radius: If your saddles are individual, you can try to replicate the radius of the fingerboard for a uniform action. If you use a flat base and fixed saddles, you'll need to machine them so that the top follows the radius.

Designing your bridge

You don't need to be an expert graphic designer. When I first started, I used graph paper, a pencil, and an eraser. Then I switched to free CAD software like Fusion 360 (for hobby use), which allows you to create precise 2D and 3D drawings.

Start from the layout: Draw the outline of your base. Then position the saddles, taking into account the string spacing and intonation range.
Mark all the holes: For the strings, for the body screws, for the intonation screws and saddle height adjustments. Every hole must be in its precise place.
Check, double-check, and then double-check again: Print the drawing at 1:1 scale and place it on the guitar body (or neck if you already have one). View it. Do you like it? Do the measurements add up? Does everything look right? Ask a friend for a second opinion.

A good starting point for better understanding the relationship between scale, bridge, and intonation is the technical documentation of major manufacturers. For example, StewMac has a very detailed guide on guitar scales and bridge placement, which I recommend consulting. It's an authoritative source that will provide you with the necessary theoretical foundation.

And if you're wondering how to handle the placement of a bridge on an existing body, perhaps for an upgrade or a repair, I recommend you take a look at our guide on how to modify a guitar, you will also find useful ideas for repositioning.

Pain point: The fear of getting the measurements wrong holds many back. My advice is to proceed step by step. Start with a simple drawing. Then add the details. Don't be afraid to throw away a drawing and redo it if you're not happy with it. It's better to waste a sheet of paper than a piece of brass.

There construction step by step: let's get our hands dirty

Once you have your final design, with all the precise measurements, it's time to take action. This is where theory collides with practice, and where patience is your best ally.

1. Preparing the bridge base

Cutting the rough: Take the metal sheet (brass, steel, aluminum) and trace the outline of your bridge's base. Be precise, but not obsessive, at this stage: you'll have time to refine. Use the jigsaw or Dremel with a cutting disc to separate the piece.
Roughing and squaring: Now, using the metal files, shape the piece into its final shape. Work on the edges, making them smooth and perpendicular. Check frequently with the set square. This step is important for aesthetics and for a good fit with the body.

Garage Tip: When working with a Dremel or jigsaw, always hold the workpiece securely in a vise. You don't risk hurting yourself or ruining your work.

2. Drilling the string holes

Precision is crucial here. The strings must run clean and straight.

Signature: Using the gauge and centering pin, mark the exact spots where the string holes will go. Check and double-check the string spacing.
Drilling: Start with a small bit (e.g., 1.5-2mm), then gradually widen it to the desired diameter (usually 3-4mm for strings, but it depends on how you designed the grommet). Use cutting oil. Be careful to drill perfectly perpendicularly, especially if using a hand drill.

If your strings will be running through the body, you will also need to slightly countersink the entry holes on the top side of the bridge to prevent string snagging.

3. Drilling for the body fixing screws

These holes must also be precise for a stable assembly.

Positioning: Mark the points where the bridge will be attached to the body. This usually involves three or four screws.
Drilling: Use a drill bit suited to the diameter of the screws you'll be using, but make sure the hole in the bridge is slightly larger than the screw diameter. This allows for a little play for alignment.

4. Making the saddles (if you make them yourself)

This is the most delicate step and where customization is at its most extreme. If you've decided to buy the saddles, you can skip this section.

From the rough: Starting from a piece of metal (e.g., brass or steel) of the appropriate size, cut the six saddles. Again, finish with the file.
String slot: Using a thin file (or a nut file if you have one), create a small groove to accommodate the string. This groove should be slightly wider than the string itself and not too deep. The goal is for the string to sit securely without moving sideways, but without getting stuck.
Holes for intonation and height screws: Intonation: Drill a through hole for the screw that will slide into the bridge.
Height: Drill two threaded holes in the bottom of the saddle, where you'll screw the height screws. Now you'll use the taps to create the threads.

Garage Tip: As for the saddles, if you're not confident, you can start by buying some ready-made ones and then, once you get the hang of it, try making them yourself. That's what I did. The first saddles I made looked like abstract sculptures!

5. Assembly and finishing

We're almost there!

Preliminary assembly: Screw the saddles to the base of the bridge. Insert the intonation screws with the springs. Check that everything slides freely and that the saddles move within their range.
Cleaning and polishing: Now's the time to make your work shine. Start with medium-grit sandpaper (220-400), then gradually work your way up (600, 800, 1000, 1500, 2000). You can finish with a polishing compound and a soft cloth or a polishing machine. A good polish isn't just aesthetically pleasing, it also makes the metal more resistant to rust.

Attention: Don't rush these steps. Every little imperfection will be visible. Attention to detail makes the difference between a "homemade" job and a "handcrafted" one.

Intonation and adjustments: the final (and critical) touch

You mounted yours fixed bridge You've already run the strings through the body, and perhaps even done a basic neck setup. Now comes the moment of truth: intonation and fine-tuning. This is where all the precision work you've done so far is put to the test.

Adjusting the action (string height)

The first thing to do is set the string height. This is done by adjusting the height screws on each saddle.

1. Set a base: Start with the strings a little higher than they should be.n2. Check the radius: If your fretboard has a radius (curvature), try to replicate it with the saddles. Use a radius ruler or a set of gauges to check that the strings follow the curvature of the fretboard.3. Gradually lower: Lower the saddles on each string until you achieve the desired action, being careful not to let the strings buzz on the frets.

Remember that action is a very personal thing. Some people prefer it low, while others prefer it a little higher for greater dynamics. Experiment!

Tuning the strings

This is the most critical step. Intonation is needed to ensure that every note played on the keyboard is correct.

1. Tuning: Tune your guitar accurately using a good tuner.n2. Check the eighth: Play the open string and check the tuning. Then, play the same string at the 12th fret (harmonic and fretted).n3. Adjustment: If the note at the 12th fret is waning (lower), means the string is too long. You need to shorten it by moving the saddle. forward (towards the handle).
If the note at the 12th fret is growing (higher), means the string is too short. You need to lengthen it by moving the saddle. backwards (towards the bridge).n4. Repeat: Tune, check, adjust. Repeat this process for each string, over and over again. It's a fine-tuning process that requires patience. Every time you touch a saddle, the overall tuning may change slightly.

Pain point: Sometimes the intonation seems impossible. It's not necessarily your fault. It could be a problem with the incorrect scale (if you positioned the bridge by eye), or a neck that isn't perfectly straight. In these cases, my advice is to go back and double-check the positioning of the bridge relative to the scale. Sometimes a millimeter can make a difference. And yes, sometimes it means having to plug holes and redo them. It happened to me too.

Common Troubleshooting

Even with the utmost care, something can always go wrong.

Frying strings: Action too low: raise the saddles.
Poorly made saddle: The string groove may be too deep or uneven. Sometimes a light filing is all it takes.
Neck too straight (truss rod): check the neck relief.
Poor sustain or “dead” sound: The bridge is not properly attached to the body: make sure the screws are tight and that there is good contact.
Bridge Material: Sometimes a lighter material can give less sustain.
Insufficient string breaking angle.
Tuning difficulties: Friction saddles: The string groove may be too narrow or rough.
Saddle screws loose.
* Problems with the nut or the tuners (but this does not depend on the bridge).

Remember, every guitar is a universe unto itself. What works for one might not be ideal for another. This is the beauty of DIY: you learn to know the instrument in every facet and find the best solutions.

In the end, your homemade fixed bridge It will be a unique piece, with all its little flaws and imperfections, but it will be an extension of your creativity and passion. And trust me, when you hear it play, it will be music to your ears.

I hope this guide helps you with your next project. If I could do it, with my skills and mistakes, you can too. Don't be afraid to try, make mistakes, and redo them. It's the best way to learn. And when you're done, let me know how it went! Post photos of your masterpiece; I'm curious to see it!

See also

460mm Guitar Truss Rod Two Way Rod Type,Pack of 2pcs
460mm Guitar Truss Rod Two Way Rod Type,Pack of 2pcs
★ 4.7 (51 reviews)
See on Amazon

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.