Laptop Briefcases | Protective Case for Laptops | Targus (2024)

Shop briefcases for laptops in sizes that range from small to big.

  • Home
  • Laptop Briefcases

A LAPTOP BRIEFCASE THAT MEANS BUSINESS

A Targus Computer Briefcase is Built for Your Life
A power delivery docking station from Targus has everything you need to charge your laptop and connect peripherals while quickly extending your displays. No external power supply is needed, minimizing desk clutter, and helping you get to work faster. Simply put, Targus offers some of the best docking stations for your laptop.

Why Buy a Targus Computer Briefcase?
The best laptop briefcase is the one you use again and again, regardless of the circ*mstances. It should be the go-to case you can rely on.

Don’t force the rigor of your daily commutes on your laptop. Without a case for a laptop, you risk damaging your tech.

Load up your bag and seize the day, all while keeping your device protected. Our case for laptop options have features like soft touch interior lining to prevent scuffs. They also feature durable nylon exteriors and more. With the right features, you can rely on your new laptop briefcase bag for the long haul.

Everything in its Place & Safely Stowed
Unorganized briefcases and shuffling through your bag are a thing of the past with a Targus briefcase with laptop compartment. These briefcases for laptops contain an integrated workstation that neatly holds pens, business cards, and other essentials. They can also store your documents neatly in positioned file dividers.

Targus laptop briefcases are designed to provide superior device protection in our beloved padded laptop sleeve. We offer space in our briefcases for laptops ranging from 12-inch laptops to 17-inch laptops.

Ready to Go With Classic Styling
How do you prefer to carry your laptop briefcase bag? Over your shoulder? Across your body? Just by the carry handle? You don't have to choose with Targus.

Our collection of professional laptop briefcase models offer style and flexibility. They also bring with them the trusted ergonomic benefits many customers expect from a Targus product.

Grab your briefcase laptop bag and go with numerous carrying options and rugged designs that will not let you down. Enjoy comfortable shoulder strap models, quick access front pocket designs, and more. You’ll find large laptop briefcase options, small laptop briefcase options, and styles in between.

If you’re looking for something a bit more street-ready, consider our laptop backpack and vertical slipcase models. Our laptop briefcase collection may be more versatile and dynamic than you think.

Plus, all of our Targus over-the-shoulder briefcases are built with high-quality materials. You no longer need to sacrifice professional-looking style for reliability. Everyone can protect their gear stylishly thanks to our range of looks for both men and women. Whatever your look, we have the best laptop briefcase for you.

Experience the Targus Difference
When you choose a Targus briefcase laptop bag, you get the assurance of a Limited Lifetime Warranty. As many of our customers know, our warranty is one of the industry’s best. Breathe easy knowing your professional laptop briefcase has passed rigorous use and wear testing before it earned our trusted name.

We offer a wide range of briefcases for laptops and our customers love our collection. But if you are looking for alternative styles, consider our laptop backpacks, messenger bags, and more. Whatever you need to carry, trust Targus to protect it in style.

'; var doesBvExist = $('.bv-inline-ratings', this).length > 0 // Checks if BV INLINE RATINGS Exist for Product if (!doesBvExist) { // Otherwise, append the BV Inline Ratings to this product. // clog('ADD BV',bv_inline_ratings); $(this).append(bv_inline_ratings); } // ADD TO COMPARE // Add "compare checkbox" to product items if ( (prodObj.vra) && $(this).find('.plp-compare').length == 0) { var vra_id = prodObj.vra[0][0];// clog(prodObj.sku+' \'Add to Compare\''); var compare = $('

Add to Compare

'); $(this).append(compare); } // Make Out Of Stock Items clickable $('.isp_product_image_wrapper').css('z-index','1'); $('.isp_product_info').css({'z-index':'1', 'position':'relative'}); $('.isp_sold_out_banner_container').css('z-index','0'); $('.isp_sold_out_banner').css('z-index','0'); // Check if Product Attribute is 'true' if (prodAttr) { // Define Prod Tags var prodTags = prodAttr[1][1]; } else { // Warning, No Tags defined console.warn('IS+ Product attributes aren\'t being loaded. Check App and resync if needed.'); return false; } var hasTagB2B = prodTags.indexOf('b2b_only') > -1; // clog(prodObj.sku+' hasTagB2B',hasTagB2B); var hasTagComingSoon = prodTags.indexOf('filter_deals_Coming Soon') > -1; // clog(prodObj.sku+' hasTagComingSoon',hasTagComingSoon); var isOutOfStock = !prodObj.vra[0][1][3][1][0]; // clog(prodObj.sku+' isOutOfStock',isOutOfStock); // Define IS+ Elements and run tagObjExist Function // This will apply test, classes, and badges var ispElements = { ispCtaAddToCart: $('.isp_add_to_cart_btn', this), ispCtaSoldOut: $('.isp_sold_out_banner_container', this), ispCtaSoldOutText: $('.isp_sold_out_banner_content', this), ispProdImage: $('.isp_product_image', this) } // Check if Prod Badge Container exist. var badgeContainerExist = $('.prod_badge_container', this).length > 0; if (!badgeContainerExist) { // Create Badge Container, if container doesn't exist $('.isp_product_image_href', this).append('

'); // clog(prodObj.sku+' badge container created!'); // Create Badges based off of ProdTags, ProdObj, ispEements productBadgeOverlay(prodTags,prodObj,ispElements,false); } var backInStockExist = $('.BIS_trigger', this).length > 0; if (!backInStockExist) { if (isOutOfStock && !hasTagB2B && !hasTagComingSoon) { // clog(prodObj.sku+' out of stock customization!'); OutOfStockCustomization(prodObj,ispElements); } } /* * Disable/Remove 'Add To Cart' Functionality * Add To Cart Button on Collections / Search Results Page */ $(function() { if (!!disableCart) { $('.isp_add_to_cart_form', this).remove(); $('.isp_sold_out_banner_content', this).remove(); } }); $('.fs-quick-view-button-wrapper button').click(function(e){ updateCartDrawer(); return false; }); }); // END of $('.isp_grid_product').each(function(){}); // Replace 'results' text to matching product(s) var singleProduct = $('#isp_header_subtitle').text().indexOf('1') == 0; // clog('singleProduct',singleProduct); var newText; singleProduct ? newText = 'product' : newText = 'products'; var resultsText = $('#isp_header_subtitle').text().replace('results','matching '+newText); // clog('resultsText',resultsText); $('#isp_header_subtitle').text(resultsText); // Check Top Ad Promo Exist var topAdPromo; // Otherwise, check if Ad is wrapped in a Div topAdPromo = '#plp-top-promo'; var topAdPromoExist = $('.isp_center_container_header '+topAdPromo).length > 0; // clog('checkTopAdPromoExist', topAdPromoExist); if (!topAdPromoExist) {// clog('topAdPromo', topAdPromo); $(topAdPromo).insertBefore( $('#isp_refine_nevigation') ); $('#plp-top-promo-link, #plp-top-promo').addClass('is-visible'); } // Check Side Ad Promo Exist var sidebar_collection_ad = false var sidebar_global_ad = false if (sidebar_global_ad !== '' || sidebar_global_ad !== ' ' || sidebar_global_ad !== undefined || !sidebar_global_ad) { var sidebar_image_link = '

'+ '' + 'Laptop Briefcases | Protective Case for Laptops | Targus (1)' + '

'; } else if (sidebar_collection_ad !== '' || sidebar_collection_ad !== ' ' || sidebar_collection_ad !== undefined || !sidebar_collection_ad) { var sidebar_image_link = '

' + '' + 'Laptop Briefcases | Protective Case for Laptops | Targus (2)' + '

'; } var sideAdPromo = '

'+sidebar_image_link+'

'; var sideAdPromoExist = $('#isp_left_container_facets #plp-sidebar-wrap').length > 0;// clog('checkSideAdPromoExist', sideAdPromoExist); if (sideAdPromoExist) { //clog('Add sideAdPromo', sideAdPromo); $('.isp_search_res_facets_container').append(sideAdPromo); sideAdPromoExist = true; } $('.fs-quick-view-button-wrapper button').click(function(e){ updateCartDrawer(); return false; }); return; }, // __isp_options.isp_serp_callback / end isp_serp_quickview_callback: function() { $('.fs-quick-view-button-wrapper button').click(function(e){ updateCartDrawer(); return false; }); // Add Increase/Decrease Quantity Buttons var qvQty = $('.isp_add_to_cart_quantity_num'); var qtyDecrease = ''; var qtyIncrease = ''; $(qtyDecrease).insertBefore(qvQty); $(qtyIncrease).insertAfter(qvQty); var id = $(".isp_quick_view_title").attr("product_id"); // clog('id',id); var productObj = ISP_PRODUCTS[id];// clog('productObj',productObj); var prodPriceOg = productObj.p_c; var prodPrice = productObj.p; // If Product has Original and New/Markdown price, // then display a different Comparison HTML var prodPriceElemCompare = '

' + '$'+prodPriceOg+''+ '$'+prodPrice+'' + '

'; var prodPriceElem = '

' + '$'+prodPrice+'' + '

'; if (prodPriceOg !== '0.00') { $(prodPriceElemCompare).insertAfter('.isp_quick_view_description'); } else { $(prodPriceElem).insertAfter('.isp_quick_view_description'); } // Get Prod Attributes var productAttr = productObj.att; var productTags = productAttr[1][1];// clog('productTags',productTags); // Create Badge Container $('.isp_quick_view_image_wrapper').append('

'); // Define IS+ Elements and run tagObjExist Function // This will apply test, classes, and badges var ispElements = { ispCtaAddToCart: $('#isp_product_quick_view_model .isp_quick_view_add_to_cart_btn'), ispCtaSoldOut: $('#isp_product_quick_view_model .isp_sold_out_banner_container'), ispCtaSoldOutText: $('#isp_product_quick_view_model .isp_sold_out_banner_content'), ispProdImage: $('#isp_product_quick_view_model .isp_quick_view_image') } productBadgeOverlay(productTags,productObj,ispElements,false); var isProdAvailable = false; //= prodObj.vra[0][1][3][1][0]; if(prodObj.vra && prodObj.vra[0] && (typeof isVariantInStock === 'function') ){ isProdAvailable = isVariantInStock(prodObj.vra[0]); } var isProdB2B = productTags.indexOf('b2b_only') > -1; var hasPriceWrapper = $('.isp_quick_view_price_add_to_cart_wrapper').length > 0; // If Product is OUT OF STOCK if (!isProdAvailable && !isProdB2B && hasPriceWrapper) { // clog('.isp_quick_view_price_add_to_cart_wrapper'); $('.isp_quick_view_price_add_to_cart_wrapper').hide(); } // If Product is B2B, but has inventory if (isProdAvailable && isProdB2B && hasPriceWrapper) { // clog('.isp_quick_view_price_add_to_cart_wrapper'); $('.isp_quick_view_price_add_to_cart_wrapper').hide(); } // If Product is B2B, but has 0 inventory if (!isProdAvailable && isProdB2B && hasPriceWrapper) { // clog('.isp_quick_view_price_add_to_cart_wrapper'); $('.isp_quick_view_price_add_to_cart_wrapper').hide(); $('.isp_sold_out_banner_container').hide(); } /* * Disable/Remove 'Add To Cart' Functionality * Quick View Modal on Collections / Search Results Page */ $(function() { if (!!disableCart) { $('.isp_quick_view_price_add_to_cart_wrapper').remove(); } }); } }

Laptop Briefcases | Protective Case for Laptops | Targus (2024)
Top Articles
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6244

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.