Microtech’s Ultratech embodies the American spirit for innovation and constant betterment. Known for their tight tolerances and exacting specifications, the Ultratech is a testament to Microtech’s machining expertise. Since its inception, the Ultratech has been the standard to which other brand’s double-action (D/A) out-the-front (OTF) knives have been held.
Over the years, there have been multiple iterations with varying blade steels, shapes, and handle designs. Microtech outfits every Ultratech with a proprietary spring that is constantly slack until the user pushes forward or back on the slide to actuate the mechanism. This helps prevent the spring from becoming sluggish and unreliable over time.
Each Ultratech is hand sharpened before leaving the facility, ensuring that the knife is ready to work the second you open the box. Knife nuts and beginners are drawn to these meticulously crafted OTF knives due to their slim and pocket friendly design, as well as the strength and reliability they offer. If you are looking for an OTF knife that is made with premium materials and is built to last a lifetime, look no further than the Microtech Ultratech.
Login to add items to your Wishlist
Specifications
- Overall Length:
8.50″ - Blade Length:
3.44″ - Cutting Edge:
3.125″ - Blade Thickness:
0.13″ - Blade Material:
Bohler M390 - Blade Style:
Drop Point - Blade Grind:
Flat - Finish:
Satin - Edge Type:
Plain - Handle Length:
4.625″ - Closed Length:
5.06″ - Handle Thickness:
0.47″ - Handle Material:
Aluminum - Color:
Tan - Weight:
3.60 oz. - User:
Right Hand - Pocket Clip:
Tip-Down - Knife Type:
Double-Action OTF Automatic - Opener:
Thumb Slide - Brand:
Microtech - Model:
Ultratech - Model Number:
121-4TA - Country of Origin:
USA - Best Use:
Everyday Carry - Product Type:
Knife
.loader {
border: 4px solid #f3f3f3; /* Light grey */
border-top: 4px solid #3498db; /* Blue */
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
Customer Reviews
Copyright © 2023 Blade HQ. All rights reserved
Give
Feedback
window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = ‘/laravel’;window.livewire_token = ‘qqbpce95Ypo1TA4oYoDaHpAax09U1h89rnit4jBm’;window.deferLoadingAlpine = function (callback) {window.addEventListener(‘livewire:load’, function () {callback();});};let started = false;window.addEventListener(‘alpine:initializing’, function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener(“DOMContentLoaded”, function () {if (! started) {window.livewire.start();started = true;}});
window.livewire.onError(statusCode => {
return false;
});
document.addEventListener( ‘DOMContentLoaded’, function () {
let mainSlider = new Splide(‘#main-slider’, {
type: ‘fade’,
rewind: true,
autoWidth: true,
focus: ‘center’,
pagination: false,
});
let thumbnails = new Splide(‘#thumbnail-slider’, {
fixedHeight : 100,
rewind : true,
pagination : false,
cover : true,
isNavigation: true,
arrows : false,
breakpoints : {
600: {
fixedHeight: 70,
},
},
});
mainSlider.sync(thumbnails);
mainSlider.mount(window.splide.Extensions);
thumbnails.mount();
});
function openLightbox() {
let slider = document.querySelector(“#main-slider”);
slider.classList.add(“lightbox”);
}
function closeLightbox() {
let slider = document.querySelector(“#main-slider”);
slider.classList.remove(“lightbox”);
}
document.addEventListener(‘keydown’, evt => {
if (evt.key === ‘Escape’) {
closeLightbox()
}
});
function getSelectedOption(select) {
var selected_option = select.options[select.selectedIndex];
var option_price = selected_option.dataset.optionPrice;
var price_text = document.getElementById(‘price-text’);
price_text.innerHTML = option_price;
}
const data = [
{
“type”: “profile.impression”,
“category”: “searchspring.recommendations.user-interactions”,
“id”: “a2b0c441-17bc-4204-a4b5-1ea436083a47”,
“pid”: null,
“event”: {
“profile”: {
“tag”: “product-page”,
“placement”: “product-page”,
“seed”: [
{
“sku”: “BHQ-80663”
}
]
},
“context”: {
“type”: “product-recommendation”,
“tag”: “product-page”,
“placement”: “product-page”
}
},
“context”: {
“website”: {
“trackingCode”: “12tzut”
},
“userId”: “”,
“sessionId”: “”
}
},
{
“type”: “profile.product.impression”,
“category”: “searchspring.recommendations.user-interactions”,
“id”: “333e71e2-3152-4d89-87db-6c925054a9b9”,
“pid”: “a2b0c441-17bc-4204-a4b5-1ea436083a47”,
“event”: {
“product”: {
“id”: “80663”,
“seed”: [
{
“sku”: “BHQ-80663”
}
],
“mappings”: {
“core”: {
“sku”: “BHQ-80663”,
“name”: “Microtech Ultratech S/E OTF Automatic Knife Tan CC (3.4″ Satin)”,
“url”: “https://www.bladehq.com/item–Microtech-Ultratech-SE-OTF–80663”,
“thumbnailImageUrl”: “https://www.bladehq.com/imgs/knives/out-the-front-automatics/microtech-otf/ultratech-otf-series/Microtech-Ultratech-SE-Tan-CC-satin-BHQ-80663-er-thumb.jpg”,
“price”: 281.00,
}
}
},
“context”: {
“type”: “product-recommendation”,
“tag”: “product-page”,
“placement”: “product-page”
}
},
“context”: {
“website”: {
“trackingCode”: “12tzut”
},
“userId”: “”,
“sessionId”: “”
}
}
];
fetch(‘https://beacon.searchspring.io/beacon’, {
method: ‘POST’,
headers: {
‘Content-Type’: ‘application/json’,
},
body: JSON.stringify(data),
})
.then((response) => response.json())
// .then((data) => {
// console.log(‘Success:’, data);
// })
.catch((error) => {
console.error(‘Error:’, error);
});
document.addEventListener(‘alpine:init’, () => {
Alpine.data(‘alpine_slider’, () => ({
skip() {
if (window.innerWidth >= 768) return 5
if (window.innerWidth current + (offset * this.skip()))
},
prev() {
this.to((current, offset) => current – (offset * this.skip()))
},
to(strategy) {
let slider = this.$refs.slider
let current = slider.scrollLeft
let offset = slider.firstElementChild.getBoundingClientRect().width
slider.scrollTo({ left: strategy(current, offset), behavior: ‘smooth’ })
},
focusableWhenVisible: {
‘x-intersect:enter'() {
this.$el.removeAttribute(‘tabindex’)
},
‘x-intersect:leave'() {
this.$el.setAttribute(‘tabindex’, ‘-1’)
},
}
}))
});
window.addEventListener(‘load’, function() {
SearchSpring.Autocomplete.init({
siteId: ’12tzut’,
queryClass: ‘searchspring-query’,
modifyDisplay: function (r) {
let searchspring_results = document.getElementById(“searchspring-autocomplete_results”);
searchspring_results.style.top = null;
searchspring_results.style.left = null;
document.querySelector(“#search-bar”).appendChild(searchspring_results);
// Remove local item number at the end of item name
document.querySelectorAll(“#searchspring-autocomplete_results .name”)
.forEach(element => element.innerText = element.innerText.replace(/^(.+) | ([^|]+)$/, ‘$1’));
// Remove “/user_list” from href
document.querySelectorAll(“#searchspring-autocomplete_results a”)
.forEach(element => element.href = element.href.replace(‘/user_list’, ”));
}
})
});
window.dataLayer = window.dataLayer || [];
dataLayer.push({ ecommerce: null }); // Clear the previous ecommerce object.
dataLayer.push({
“event”: “view_item”,
“ecommerce”: {
“items”: [
{
“item_id”: “BHQ-80663”,
“item_name”: “Microtech Ultratech S/E OTF Automatic Knife Tan CC (3.4" Satin)”,
“coupon”: “”,
“currency”: “USD”,
“discount”: 0,
“index”: 0,
“item_brand”: “Microtech”,
“item_category”: “Knife”,
“item_category2”: “Drop Point”,
“item_category3”: “Everyday Carry”,
“item_category4”: “Double-Action OTF Automatic”,
“item_category5”: “Ultratech”,
“item_list_id”: “80663”,
“item_list_name”: “BHQ”,
“item_variant”: “Tan”,
“price”: 281.00,
“quantity”: 1
}
]
}
});
document.addEventListener(‘alpine:init’, () => {
Alpine.data(‘alpine_toggle’, () => ({
visible: false,
show() { this.visible = true },
hide() { this.visible = false },
toggle() { this.visible = !this.visible },
resize() { this.hide() },
}))
});
window.addEventListener(“load”,initBanner);
function initBanner() {
if(localStorage.getItem(‘message-banner’) !== ‘hidden’) {
document.querySelector(‘.message-accept-container’).style.display = ‘flex’;
}
else {
// It may be better to remove this ‘else’ and have .message-accept-container always start with display = none
document.querySelector(‘.message-accept-container’).style.display = ‘none’;
}
document.querySelector(‘.message-accept-container’).addEventListener(‘click’, () => {
document.querySelector(‘.message-accept-container’).style.display = ‘none’;
localStorage.setItem(‘message-banner’, ‘hidden’);
});
}
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-2216859-1’, ‘auto’); //Change this based on the site
ga(‘require’, ‘displayfeatures’);
ga(‘set’, ‘dimension1’, ” ); //Sets label for AB tests
ga(‘set’, ‘metric1’, ” );
ga(‘set’, ‘dimension4’, ‘host5’);
ga(‘send’, ‘pageview’);
ga(‘set’, ‘dimension5’, ‘new_banner’);
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘G-SLPHVGKY7Y’);
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-PTK4Q9S’);
(function (a, b, c, d, e, f, g) {
a[‘CsdmObject’] = e; a[e] = a[e] || function () {
(a[e].q = a[e].q || []).push(arguments)
}, a[e].l = 1 * new Date(); f = b.createElement(c),
g = b.getElementsByTagName(c)[0]; f.async = 1; f.src = d; g.parentNode.insertBefore(f, g)
})(window, document, ‘script’, ‘//device.clearsale.com.br/m/cs.js’, ‘csdm’);
csdm(‘app’, ‘bladehq’);
csdm(‘sessionid’, ‘a53054f78cbb1f9911adbb39dc777d11’);
function datalayerpush(event, item_index, item_info, item_attributes) {
window.dataLayer = window.dataLayer || [];
dataLayer.push({ ecommerce: null }); // Clear the previous ecommerce object.
dataLayer.push({
“event”: event,
“ecommerce”: {
“items”: [
{
“item_id”: item_info[“local_item_num”],
“item_name”: item_info[“name”],
“coupon”: “”,
“currency”: “USD”,
“discount”: 0,
“index”: item_index,
“item_brand”: item_attributes[“Brand”] ?? “”,
“item_category”: item_attributes[“Product Type”] ?? “”,
“item_category2”: item_attributes[“Blade Style”] ?? “”,
“item_category3”: item_attributes[“Best Use”] ?? “”,
“item_category4”: item_attributes[“Knife Type”] ?? “”,
“item_category5”: item_attributes[“Model”] ?? “”,
“item_list_id”: item_info[“local_item_id”],
“item_list_name”: “BHQ”,
“item_variant”: item_attributes[“Color”] ?? “”,
“price”: item_info[“base_price”],
“quantity”: 1
}
]
}
});
}
window.NREUM||(NREUM={});NREUM.info={“beacon”:”bam.nr-data.net”,”licenseKey”:”ee558fa5a2″,”applicationID”:”20120397″,”transactionName”:”YgcDN0cDWEtRBhFRC1tNIABBC1lWHyQVSDh9FhUTaSFZVkQXClQIUBASP2UDUV1DOSxMAVgyAARQIVlWRBcKVAhQEA==”,”queueTime”:0,”applicationTime”:103,”atts”:”TkAUQQ8ZSxQSBEcCH0gf”,”errorBeacon”:”bam.nr-data.net”,”agent”:””}




















Reviews
There are no reviews yet.