Find Missing Mail
Whether you are sending it or receiving it, your mail is important to you and the U.S. Postal Service® . When mail is lost or delayed, we want to find it. If you think your package or mail is lost or delayed, follow these steps to help us find your mail.
Before you begin your search, if your package or mail has tracking, check USPS Tracking® to see its current status.
Go to Tracking
Informed Delivery® Users Informed Delivery provides a digital preview of your incoming mail. There may be occasions where a mail item may be delayed in reaching its destination. For additional information, please visit Informed Delivery FAQs .
We recommend that you complete our online help request form before you start a missing mail search. Please use a desktop computer to submit your form.
We'll forward your request to your local Post Office™ facility to help locate any missing items.
Start Your Form
If after 7 business days from when you submitted your online help request form your mail or package hasn't arrived, submit a Missing Mail search request with the following information:
Sender mailing address
Recipient mailing address
Size and type of container or envelope you used
Identifying information such as your USPS Tracking number(s), the mailing date from your mailing receipt, or Click-N-Ship® label receipt
Description of the contents such as what it is and the brand, model, color, or size, if applicable
Pictures that could help us recognize your item
Start Your Missing Mail Search
When we receive your Missing Mail search request, we will send you a confirmation email. We will also send you periodic updates about the search.
If we find your package or mail, we will send it to the address you provided. Please note, sometimes we cannot find missing mail items. It is also possible that your package or mail will not be recovered because it was not safe to forward.
Missing Mail Recovery Restrictions
If you used a service with a money-back guarantee such as Priority Mail Express® , you may be able to request a refund.
Learn about Refunds
If your mail or package included insurance, you may be able to file an insurance claim. For damaged or missing contents, we recommend filing a claim immediately, but you must file no later than 60 days from the date of mailing.
Learn about Claims
';
$('.v-tab .active').append(activeContent);
$('html, body').animate({scrollTop: $(this).parent().offset().top}, 500);
}
}
});
/* FAQ/EXPAND TOGGLE
$('.faq-unit h4,.expand-unit>h4').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().toggleClass('active');
});*/
/* LARGE CARD - TOGGLE ON MOBILE*/
$('.lg-crd h3').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().parent().toggleClass('active');
});
});
/* EXPAND/FAQ/LARGE TEXT CARD */
$('.expand').on('click touch', function(e){
e.preventDefault();
console.log("trigger 1");
$this = $(this);
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.faq-section, .lg-txt-crd,.visible-expand').find('.lg-crd, .faq-unit,.expand-unit').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.faq-section, .lg-txt-crd,.visible-expand').find('.lg-crd, .faq-unit,.expand-unit').removeClass('active');
}
});
/* CARD - force height to be the same */
card_height = 0;
i = 0;
while (card_height == 0 && i >=5) {
$( ".sm-card" ).each(function( index ) {
if ($(this).height()>card_height){
card_height=$(this).height();
}
});
i++;
$( ".sm-card" ).css('height', card_height);
}
/* CARD - randomize card order */
var cards = $(".sm-crd-img .sm-card.rand");
for(var i = 0; i < cards.length; i++){
var target = Math.floor(Math.random() * cards.length -1) + 1;
var target2 = Math.floor(Math.random() * cards.length -1) +1;
cards.eq(target).before(cards.eq(target2));
}
//$('').append('
...less ');
/* OBSOLETE RESPONSIVE TABLE */
function respTable() {
/*$('.row div.responsive-table .table--1 > div > div.adj-header').each(function(e) {
$(this).next().css('box-sizing', 'content-box');
$(this).next().css('padding');
console.log($(this).next().css('padding'));
console.log($(this).next().height());
$(this).css('box-sizing','content-box');
$(this).css('padding',$(this).next().css('padding'));
$(this).css('padding-left', 0);
$(this).css('top', 0);
$(this).css('padding-right', 0);
$(this).css('padding-top', $(this).next().height()-$(this).height()+20);
});
$('.row div.responsive-table .table--1 > div:not(:first-of-type)').each(function(e) {
hght = $(this).children().first().height() +
parseInt($(this).children().first().css('padding-top'))+
parseInt($(this).children().first().css('padding-bottom'));
console.log('getting height - '+hght);
if (hght < $(this).children().first().next().height()+
parseInt($(this).children().first().next().css('padding-top'))+
parseInt($(this).children().first().next().css('padding-bottom'))) {
hght = $(this).children().first().next().height()+
parseInt($(this).children().first().next().css('padding-top'))+
parseInt($(this).children().first().next().css('padding-bottom'))
console.log('2nd won'+hght);
}
$(this).children().css('height', hght-40);
$(this).children().css('vertical-align', 'middle');
$(this).children().css('padding-top', '20px');
$(this).children().css('padding-bottom', '20px');
$(this).css('height', hght+1);
}); */
}
/* FAQ AND EXPAND COMPONENT EXPANSION
$('.faq-unit h4,.expand-unit h4').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().toggleClass('active');
});*/
/*
$('.expand-less, .expand-more').on('click touch', function(e){
e.preventDefault();
$(this).parents('.expand-unit').toggleClass('active');
});
*/
/* EXPAND ALL - EXPAND UNIT
$('.visible-expand .expand-all').on('click touch', function(e){
console.log('Expand all function')
e.preventDefault();
$this = $(this);
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.visible-expand').find('.expand-unit').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.visible-expand').find('.expand-unit').removeClass('active');
}
});*/
/* ON LOAD EXPAND ADD SHOW MORE/SHOW LESS TO THE EXPAND COMPONENT */
$.each( $('.expand-unit h4+p'), function(i){
g = $(this).parent('.expand-unit').find('h4:first').text();
console.log(g)
$(this).append(
'
Show More '+g+' ');
});
/* EXPAND MORE/LESS FOR EXPAND DRAWER
$('.expand-unit .drawer:last-child').append('
Show Less
');
*/
$('.expand-less, .expand-more').on('click touch', function(e){
e.preventDefault();
$(this).parents('.expand-unit').toggleClass('active');
});
$('.faq-unit>*:first-child,.expand-unit>*:first-child').not('sup').on('click touch', function(e){
console.log('Clicked on faq');
e.preventDefault();
$(this).parent().toggleClass('active');
});
$('.expand-all').on('click touch', function(e){
console.log('Expand all function')
$this = $(this);
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.visible-expand').find('.expand-unit').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.visible-expand').find('.expand-unit').removeClass('active');
}
});
$.each( $('.expand-unit > p:first-of-type'), function(i){
g = $(this).parent('.expand-unit').find('h3').text();
console.log(g)
$(this).append(
'
Show More '+g+' ');
});
$('.expand-unit .drawer:last-child').append('
Show Less
');
$('.expand-less, .expand-more').on('click touch', function(e){
e.preventDefault();
$(this).parents('.expand-unit').toggleClass('active');
$('html, body').animate({scrollTop: $(this).parents('.expand-unit').offset().top}, 500);
});
/* */
// Two Column Dropdown Open/Close drawers.
$('.column-item h4').on('click touch', function(e) {
e.preventDefault();
$(this).parent().toggleClass('active');
});
$('.two-column-dropdown-wrapper a.expand-all').on('click touch', function(e){
$this = $(this);
e.preventDefault();
$this.toggleClass('active');
if ($this.hasClass('active')){
$this.text('Hide All');
$this.parents('.two-column-dropdown-wrapper').find('.column-item').addClass('active');
}else{
$this.text('Expand All');
$this.parents('.two-column-dropdown-wrapper').find('.column-item').removeClass('active');
}
});
$(".video--poster").on('click touch', function(e){
e.preventDefault(),
$(this).removeClass('fade-out');
$(this).addClass('transition');
});