Ethiopian Airlines Address, Contact Number (2023)

"; var WinPrint = window.open('', '', 'left=150,top=100,width=1200,height=1200,menubar=1,toolbar=0,scrollbars=yes,status=0'); var x = headstr + divId + footstr; WinPrint.document.write(x); WinPrint.document.close(); WinPrint.focus(); setTimeout(function () { WinPrint.print(); }, 1000); } //End //Review FeedBack function var Rv_Id = 0; var CheckRequest = 0; var Address_Id = 0; function ReviewFeedback(Feedback, Review_Id, GetAddress_Id) { XmlHttp = GetXmlHttpObject(); Address_Id = GetAddress_Id; Rv_Id = Review_Id; if (document.getElementById('hdnFeedbackReview_Id')) { document.getElementById('hdnFeedbackReview_Id').value = Review_Id; } ReadCookie(); if (CheckRequest == 0) { CheckRequest = 1; XmlHttp.onreadystatechange = ReviewFeedbackCallback; var param = 'Action=SaveReviewFeedBack&review_id=' + Review_Id + '&FeedbackString=' + Feedback; var url = "Handler/AddressAjax.ashx?" + param; XmlHttp.open('GET', url, true); XmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); XmlHttp.send(''); } } function ReviewFeedbackCallback() { if (XmlHttp.readyState == 4 || XmlHttp.readyState == "complete") { var txt = XmlHttp.responseText; if (txt == '-1') { document.getElementById('activeMessage_' + Rv_Id).innerHTML = 'You have already voted.'; document.getElementById('activeMessage_' + Rv_Id).style.display = "block"; setTimeout(function () { document.getElementById('activeMessage_' + Rv_Id).style.display = "none"; CheckRequest = 0; }, 1000); } else if (txt == '-2') { document.getElementById('activeMessage_' + Rv_Id).innerHTML = 'You just recommended this comment!'; document.getElementById('activeMessage_' + Rv_Id).style.display = "block"; setTimeout(function () { document.getElementById('activeMessage_' + Rv_Id).style.display = "none"; CheckRequest = 0; }, 500 ); } else { var mySplitResult = txt.split(","); var FeedbackString = mySplitResult[0]; var TotalCount = mySplitResult[1]; setTimeout(function () { if (document.getElementById('Span' + FeedbackString + Rv_Id)) { CheckRequest = 0; document.getElementById('Span' + FeedbackString + Rv_Id).innerHTML = FeedbackString + "(" + TotalCount + ")"; document.getElementById('Span' + FeedbackString + Rv_Id).style.color = "green"; if (FeedbackString == "Spam") { OpenInNewTab('https://address001.com/StaticPages/Contact_Us.aspx?Nwid=' + Address_Id + '&RID=' + Rv_Id + ''); } } }, 500); } } } //End //GetIFM(); function SetCounter(withbar, idfrom) { var gCurrentSize; var le; var txt = document.getElementById('txtReviewPost').value.length; var x = 1000 - txt; if (x < 0) { if (idfrom) { len = idfrom.value.length; idfrom.value = idfrom.value.substring(0, len + x); } x = 0; le = 1000; alert('Only 1000 characters are allowed '); } if (withbar && gCurrentSize != le) { gCurrentSize = le; } document.getElementById('txt_Counter').value = txt; return true; } var GetRvVal; function ReviewDis(title) { if (GetRvVal == undefined) { GetRvVal = '0'; document.getElementById('AbsoluteRvDv').style.display = "block"; var StrBnd = " Note :

    "; StrBnd += '
  • Please write what you know about ' + title + '
  • '; StrBnd += '
  • Please use English language in commenting, No language, Other than English is accepted.
  • '; StrBnd += '
  • Short form like hi, hay, plz, pls etc. cannot be accepted.
  • '; StrBnd += '
  • Spelling mistakes cannot be accepted, Please do not share your personal problems here.
  • '; StrBnd += '
  • Please do not paste here any copied content.
  • '; StrBnd += '

'; StrBnd += "Ok, I Understand" document.getElementById('AbsoluteRvDv').innerHTML = StrBnd; } } function CloseRvVal() { GetTitlVal = '0'; document.getElementById('AbsoluteRvDv').style.display = "none"; } var XmlHttp; function GetXmlHttpObject() { return (window.XMLHttpRequest) ? (new XMLHttpRequest()) : (new ActiveXObject("Microsoft.XMLHTTP")); } function checkMaxLength(textBox, e, length) { var mLen = textBox["MaxLength"]; if (null == mLen) mLen = length; var maxLength = parseInt(mLen); if (!checkSpecialKeys(e)) { if (textBox.value.length > maxLength - 1) { if (window.event)//IE { e.returnValue = false; return false; } else//Firefox e.preventDefault(); } } } function checkSpecialKeys(e) { if (e.keyCode != 8 && e.keyCode != 46 && e.keyCode != 35 && e.keyCode != 36 && e.keyCode != 37 && e.keyCode != 38 && e.keyCode != 39 && e.keyCode != 40) return false; else return true; } /* Used for FaceBook Iframe */ FBData(); function FBData() { if (document.getElementById("FB") != '') { var shareUrl = encodeURIComponent("https://www.facebook.com/address001.com"); document.getElementById("FB").innerHTML = "" } // document.getElementById("twitterSpn").innerHTML = 'Follow @TheAddress007'; !function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } } (document, "script", "twitter-wjs"); } /*End*/ function handleKeyPress(e) { var key = e.keyCode || e.which; if (key == 13) { document.getElementById('IncorrectNo').click(); } } function setCookie(cookieName, cookieValue, nDays) { var today = new Date(); var expire = new Date(); if (nDays == null || nDays == 0) nDays = 1; expire.setTime(today.getTime() + 3600000 * 24 * nDays); document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.toGMTString(); } function getCookie(c_name) { var c_value = document.cookie; var c_start = c_value.indexOf(" " + c_name + "="); if (c_start == -1) { c_start = c_value.indexOf(c_name + "="); } if (c_start == -1) { c_value = null; } else { c_start = c_value.indexOf("=", c_start) + 1; var c_end = c_value.indexOf(";", c_start); if (c_end == -1) { c_end = c_value.length; } c_value = unescape(c_value.substring(c_start, c_end)); } return c_value; } function del_cookie(name) { document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;'; } function Confirm(sender) { return confirm("Are you sure you want to deleter this entry ?"); } function addBookmark(name) { var url = document.URL; try { if (window.sidebar && window.sidebar.addPanel) { window.sidebar.addPanel(name, url, ''); //obsolete from FF 23. } else if (window.sidebar) { window.sidebar.addPanel(name, url, ''); //obsolete from FF 23. } else if (window.opera && window.print) { var e = document.createElement('a'); e.setAttribute('href', url); e.setAttribute('title', name); e.setAttribute('rel', 'sidebar'); e.click(); } else if (window.external) { window.external.AddFavorite(url, name); } else alert("To Remember this page, please Press Ctrl+D."); } catch (e) { alert("To Remember this page, please Press Ctrl+D."); } } function fbShareClick() { u = location.href; t = document.title; window.open('https://www.facebook.com/sharer.php?u=' + encodeURIComponent(u) + '&t=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=626,height=436'); return false; } function UserRvNameAuto(obj) { var Valu = obj.value; var a = Valu.split(/\s+/); for (i = 0; i < a.length; i++) { a[i] = a[i].charAt(0).toUpperCase() + a[i].slice(1).toLowerCase(); } obj.value = a.join(' '); } function ReplyBoxDp(GetBxId, Address_id, Name) { var elements = document.getElementsByName('NeBxReply') for (var i = 0; i < elements.length; i++) { elements[i].innerHTML = ""; } document.getElementById("Rating_" + GetBxId).style.display = "none"; document.getElementById("div_msg").style.display = "none"; document.getElementById("hdnName").value = Name; if (document.getElementById("HdnReview_Id").value != '') { document.getElementById("NeBxReply_" + document.getElementById("HdnReview_Id").value).style.display = "none"; document.getElementById("Span_" + document.getElementById("HdnReview_Id").value).style.display = "block"; } document.getElementById("HdnReview_Id").value = GetBxId; var BindDta = "

"; BindDta += "

"; BindDta += "

Leave a Reply to : " + Name + "

"; BindDta += "

"; BindDta += "

"; BindDta += "

Reply :

" BindDta += "

"; BindDta += "

"; BindDta += "

Your Name :

"; BindDta += "

"; BindDta += "

(Video) Ethiopian airlines begins service

"; BindDta += "

Email Address :

"; BindDta += "

"; BindDta += "

"; BindDta += "

Gender :

"; BindDta += "

(Video) Online Check In with Ethiopian Airlines

"; BindDta += "

"; BindDta += "

"; BindDta += "

Ethiopian Airlines Address, Contact Number (1)

"; BindDta += "

Ethiopian Airlines Address, Contact Number (2)

"; BindDta += "

"; BindDta += "

(Video) How to check in on Ethiopian Airlines?

(Video) how to book online airline ticket using ethiopian airline app | የኢትዮጵያን አየር መንገድ ቲኬት በቀላሉ በስልክዎ ይቁረጡ

"; BindDta += "

"; document.getElementById('NeBxReply_' + GetBxId).innerHTML = BindDta; window.setTimeout(function () { document.getElementById('CommentTxt').focus(); }, 0); document.getElementById("NeBxReply_" + GetBxId).style.display = "block"; document.getElementById('Span_' + GetBxId).style.display = "none"; } function HideReplyDv(ReviewId) { document.getElementById("NeBxReply_" + ReviewId).style.display = "none"; document.getElementById('Span_' + ReviewId).style.display = "block"; document.getElementById("Rating_" + ReviewId).style.display = "block"; } function AddReply(Address_id, Review_Id) { XmlHttp = GetXmlHttpObject(); XmlHttp.onreadystatechange = SubmitReplyCallback; if (document.getElementById("CommentTxt")) { document.getElementById("Hdn007_Id").value = Address_id; var Comment = document.getElementById("CommentTxt").value.replace('>', '>').replace('<', '>').replace('', ' '); // var Comment = document.getElementById("CommentTxt").value.replace(/\s{2,}/g, ' ').replace('>', '>').replace('<', '>').replace('', ' '); var Name = document.getElementById("ReplyPersonName").value.replace(/\s{2,}/g, ' ').replace('>', '>').replace('<', '>').replace('', ' '); var EmailId = document.getElementById("ReplyEmailId").value.replace(/\s{2,}/g, ' ').replace('>', '>').replace('<', '>').replace('', ' '); var iChars = "<"; var iChars2 = ">"; if (Comment.trim() == '') { document.getElementById("msgJs").innerHTML = "Please enter your reply."; document.getElementById("msgJs").style.display = 'block'; } else if (Name.trim() == '') { document.getElementById("msgJs").innerHTML = "Please enter name."; document.getElementById("msgJs").style.display = 'block'; } else if (Comment.trim().length <= 20) { document.getElementById("msgJs").innerHTML = "Short length reply can not be posted."; document.getElementById("msgJs").style.display = 'block'; } else if (unescape(Comment).indexOf(iChars) != -1 || unescape(Comment).indexOf(iChars2) != -1) { document.getElementById("msgJs").innerHTML = 'Please remove the HTML scripting tags from reply.'; document.getElementById("msgJs").style.display = 'block'; return false; } else if (unescape(Name).indexOf(iChars) != -1 || unescape(Name).indexOf(iChars2) != -1) { document.getElementById("msgJs").innerHTML = 'Please remove the HTML scripting tags from name.'; document.getElementById("msgJs").style.display = 'block'; return false; } else if (document.getElementById("rbReply_Male").checked == false && document.getElementById("rbReply_Female").checked == false) { document.getElementById("msgJs").innerHTML = "Please select gender."; document.getElementById("msgJs").style.display = 'block'; } else if (Comment.length > 999) { document.getElementById("msgJs").innerHTML = "Only 1000 characters are allowed."; document.getElementById("msgJs").style.display = 'block'; } else if (/[^A-Za-z0-9 .]/.test(Name)) { document.getElementById("msgJs").innerHTML = 'please remove special characters from name.'; document.getElementById("msgJs").style.display = 'block'; } else if (validateEmail(EmailId.trim()) == false && EmailId.trim() != '') { document.getElementById("msgJs").innerHTML = "Please enter valid email id."; document.getElementById("msgJs").style.display = 'block'; } else { var NewName; if (document.getElementById("rbReply_Male").checked == true) { NewName = "Mr. " + Name; } else { NewName = "Ms. " + Name; } document.getElementById("msgJs").innerHTML = ""; document.getElementById("msgJs").style.display = 'none'; var param = 'Action=SaveReply&comment=' + escape(Comment) + '&Name=' + escape(NewName) + '&EmailId=' + escape(EmailId) + '&007_id=' + Address_id + '&review_id=' + Review_Id; var url = "Handler/AddressAjax.ashx?" + param; XmlHttp.open('GET', url, true); XmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); XmlHttp.send(''); } } } function SubmitReplyCallback() { if (XmlHttp.readyState == 4 || XmlHttp.readyState == "complete") { var txt = XmlHttp.responseText; if (txt == '0') { document.getElementById('msgJs').innerHTML = "Your problem already posted."; document.getElementById('msgJs').style.display = "block"; } else { document.getElementById('spnMsgSucess').innerHTML = "Your reply to this review has been sent for moderation. "; document.getElementById('MsgSucess').style.display = "block"; document.getElementById('othrmsg').style.display = "none"; } } } function validateEmail(email) { var re = /\S+@\S+\.\S+/; return re.test(email); } //to clear cookie function ReadCookie() { var allcookies = document.cookie; cookiearray = allcookies.split(';'); var count = 0; for (var i = 0; i < cookiearray.length; i++) { name = cookiearray[i].split('=')[0]; if (name.indexOf("RvId") > -1) { count += 1; } } if (count > 10) { for (var i = 0; i < cookiearray.length; i++) { name = cookiearray[i].split('=')[0]; if (name.indexOf("RvId") > -1) { deleteCookie(name) } } } } function deleteCookie(c_name) { document.cookie = c_name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;'; } function OpenInNewTab(url) { var win = window.open(url, '_blank'); if (win) { win.focus(); } } //End function GetContentForDiv() { var divId = ''; if (document.getElementById('DivContactPerson')) { divId = document.getElementById('DivContactPerson').innerHTML; } if (document.getElementById('DivLocation')) { divId = divId + "

" + document.getElementById('DivLocation').innerHTML; } if (document.getElementById('Phoneno')) { var str = document.getElementById('Phoneno').innerHTML; str = str.replace('Call Via Skype', ''); str = str.replace('

', '

'); divId = divId + "

" + str; } if (document.getElementById('Email')) { divId = divId + "

" + document.getElementById('Email').innerHTML; } if (document.getElementById('Website')) { divId = divId + "

(Video) የኢትዮጵያ አየር መንገድ ትኬት ባሉበት ሆነዉ ለመቁረጥ - How to pay ethiopian airlines ticket online

" + document.getElementById('Website').innerHTML; } return divId; } //End function ltrim(stringToTrim) { return stringToTrim.replace(/^\s+/, ""); }

FAQs

How do I contact Ethiopian Airlines customer service? ›

What is the address of Ethiopian Airlines enterprise? ›

P.O. Box 1755, Addis Ababa, Ethiopia.

How do I speak online with Ethiopian Airlines? ›

Passengers can simply use their mobile to book, pay, check-in, check flight status, get information on free and excess baggage and Live Chat through the chat-bot. The chat-bot is available in both Amharic and English languages with Ethiopian calendar installed for Amharic language users.

What happens if I fail to check-in online Ethiopian Airlines? ›

If you are unable to complete your web check-in and print your boarding pass, YOU HAVE TO APPEAR AT THE AIRPORT AT LEAST 2 HOURS BEFORE DEPARTURE and talk to the customer service agent at Ethiopian counters.

How do I call Ethiopian Airlines from the US? ›

Do I need a transit visa for Addis Ababa? ›

Do I need an Ethiopia Transit Visa? No, if you are going to transit at Addis Ababa Bole International Airport, you do not need to apply for an Ethiopia Transit Visa, as long as you do not leave the transit area of the airport.

Where is Ethiopia Air Force headquarters? ›

The primary base is at Harar Meda Airport, in Bishoftu. There are four smaller bases used by the air force, these are: Bahir Dar Airport. Aba Tenna Dejazmach Yilma International Airport in Dire Dawa.

What is number of Ethiopian Airlines? ›

What is the email address of Ethiopian Airlines? ›

City Ticket Office
Ticket office address
Ticket Office GBEGBECTO@ethiopianairlines.com
Sales Manager GBEGBESM@ethiopianairlines.com
Area ManagerWondwoseng@ethiopianairlines.com
Reservation Office GBEGBERES@ethiopianairlines.com
2 more rows

How do I talk to an airline? ›

Best approach/phone number: 1-800-421-4655. Alternate option: Online chat. If you've called United before, the system should recognize you. All you need to do is say “reservations” to be automatically put in line to speak to a human.

Can I chat on flight? ›

Among the airlines that let you text for free, the list includes JetBlue Airways, Southwest Airlines, Delta Air Lines and Alaska Airlines. These carriers allow texting either through free inflight Wi-Fi or with the use of text messaging services.

Can we chat in flight? ›

Can I text on an airplane? Yes, but only using a Wi-Fi connection. The ban on using a cellular connection means passengers can't send SMS texts. Any communication has to be over Wi-Fi with a messaging app that provides similar functionality like iMessage, WhatsApp, or Viber.

Why would an airline not allow you to check-in online? ›

Flagged Passengers Don't Get to Check in Online

This could either be due to: Technical reasons, such as the name on your ticket doesn't match the name on your I.D, they need to move your seat, or any other mismatching issues. Security reasons, such as extra screening.

Does it matter if I don't check-in online? ›

If you forget to check in online or forget or lose your boarding pass, you will still be allowed to travel. You will just have to check in as normal or have a new boarding card printed for you at the airport.

Is it OK if I don't check-in online? ›

Some airlines will make you pay a fine if you haven't checked-in online or if you don't have a printed copy of your boarding pass.

Do I need to print my ticket Ethiopian Airlines? ›

Confirm your attendance on the flight, select your seat and save valuable time. The only thing a passenger need is a soft copy of the boarding pass on their smartphone or an internet connection and a printer for the boarding pass.

How much is Ethiopian Airlines extra baggage cost? ›

In Economy Class, when the number of pieces is within the free baggage allowance while the weight of the bags is over 23kg but less than 32kg (51 – 70Lb) the excess baggage charge will be USD60. 00 per each bag.

Can I check in at the airport Ethiopian Airlines? ›

All check-in counters are opened 3 hours before departure and counters are closed 1 hour before departure. Passengers need to ensure that they come with confirmed bookings, and travel documents in order for their respective destination and transit points, which they will need to present at the counters.

Is PCR required to enter Addis Ababa? ›

For travel, the PCR test is required.

Do US citizens get visa on arrival in Ethiopia? ›

Can I Get A Ethiopia Visa On Arrival? Yes, After arriving in Ethiopia, you can receive a visa at Addis Ababa Bole International Airport. Visas on arrival are valid for up to three months and permit just one entry into the country.

How much dollar can I bring to Ethiopia? ›

If you are found to be carrying cash in excess of these amounts it will be seized and you may face a prison sentence. Visitors must declare on entry or exit any cash in excess of USD$10,000 (or the equivalent in other foreign currency). Residents of Ethiopia must declare any cash in excess of USD$4,000.

How much is a pilot paid in Ethiopia? ›

A Pilot working in Ethiopia will typically earn around 172,200 ETB per year, and this can range from the lowest average salary of about 91,380 ETB to the highest average salary of 266,000 ETB.

Where does Ethiopia rank in military? ›

The nation holds a Power Index score of 0.7979 with a score of 0.0000 being considered exceptional in the GFP assessment. This country is an Active Member of the African Union alliance.

Who is the first pilot in Ethiopia? ›

In 1930 Gaston Vidal, a French Instructor, established the first pilot training School in the town of Jigjiga which produced Mishka babichief and Asfaw Ali who were certified to be the first Ethiopian pilots. Mishka made his first solo flight on sept. 1, 1930 followed by Asfaw Ali only after thirteen days.

How many luggage can I check in Ethiopian Airlines? ›

In Piece system the free baggage allowance for Business class is up to 2 pieces, each with a maximum weight of 32 kg (70 lbs.) or 3 pieces 23 kg each and a maximum sum of dimension equal to 158 cm (62 in.). For Economy class up to 2 pieces, each with a maximum weight of 23 kg (50 lbs.)

Is Ethiopian airline good? ›

Ethiopian Airlines is a Ethiopian carrier. Frequent travelers give the airline an average rating of 7.5/10. This is above the general average .

How much does it cost to change flight date Ethiopian Airlines? ›

Unlimited free date change is allowed. If for any reason, Passengers are unable to travel on originally scheduled travel date, passengers must cancel reservation and exchange ticket with new travel at least one day before departure to avoid No-Show Fee.

How do I write a complaint email to an airline? ›

How to write an airline complaint:
  1. Be polite, specific, and straight to the point. ...
  2. Include your frequent flyer number.
  3. “Sleep on it”. ...
  4. Never say, “I will never fly your airline again!” since that gives the airline no incentive to help.

How do I email Addis Ababa US Embassy? ›

If you have a question about non-emergency services like the status of a passport application or Social Security benefits, please send an email to AddisACS@State.gov. We make every effort to respond to all email within 48 business hours.

How do I email compensation to an airline? ›

According to Regulation (EC) No. 261/2004, Article 7, I am writing to notify you of my intention to claim compensation for the flight delay I incurred on [flight date] on flight [flight number], and for your reference, my reservation number is [booking number].

What is airline customer service? ›

Airline customer service is about interacting with customers at any point in their journey and improving their overall in-airport and in-flight experience.

How do I email Indigo customer care? ›

Write to us at customer.relations@goindigo.in to share your feedback.

Can I call on an airline? ›

Question: Can you have a phone call on a plane? Answer: The presence of any sort of connectivity that links mobile phones or electronic gadgets to having internet access or other kinds of access is usually prohibited while flying because it gets in the way of aircraft readings and mechanisms.

Can we talk on WhatsApp in flight? ›

If you use a local SIM card while you are traveling, you can still use WhatsApp with your home number. However in this case, if you need to re-verify your account, you won't be able to do this while using the local SIM card.

How do I use WhatsApp in flight mode? ›

Go to Settings and enable Airplane Mode, or Flight Mode. Once enabled, open WhatsApp and read the message. Double click the home button and close the app while still in Airplane Mode. Turn Airplane Mode off.

How many phones can you take on an international flight? ›

The number of phones allowed on an international flight depends on the airline's specific policies, as well as the country's regulations. Generally, passengers are allowed to carry one or two mobile phones or other personal electronic devices such as tablets or laptops in their carry-on baggage.

What app can you chat on an airplane? ›

When Internet is available, Airplane Messenger allows you to chat with other connected peers. The pro version allows you to specify a Private Channel for secure and private communication.

Which airlines have Wi-Fi? ›

  • Alaska Airlines. In-flight Wi-Fi: Yes, on most flights. Wi-Fi cost: Usually $8, sometimes as high as $25. ...
  • American Airlines. In-flight Wi-Fi: Yes, on select domestic flights. ...
  • JetBlue. In-flight Wi-Fi: Yes. ...
  • Southwest. In-flight Wi-Fi: Yes. ...
  • Spirit Airlines. In-flight Wi-Fi: Yes. ...
  • United. In-flight Wi-Fi: Yes.
Jan 24, 2023

Does WhatsApp work without Wi-Fi? ›

WhatsApp uses your phone's cellular connection or Wi-Fi network to send and receive messages and calls to your family and friends. As long as you haven't exceeded your mobile data allowance or you're connected to a free Wi-Fi network, your mobile provider shouldn't charge you for messaging or calling over WhatsApp.

Can I change my flight date after booking Ethiopian Airlines? ›

Unlimited free date change is allowed. If for any reason, Passengers are unable to travel on originally scheduled travel date, passengers must cancel reservation and exchange ticket with new travel at least one day before departure to avoid No-Show Fee.

How to check baggage allowance for Ethiopian Airlines? ›

For Economy class up to 2 pieces, each with a maximum weight of 23 kg (50 lbs.) and maximum sum of dimension equal to 158 cm (62 in.) For business class two (2) pieces each weighing 7 kg is acceptable free of charge. For economy class one (1) piece with a maximum weight of 7 kg is acceptable free of charge.

How can I reschedule my flight after booking? ›

Step 1: Visit the airline's official website or the flight booking website. Step 2: Log in to the platform with your credentials. Step 3: Under the "My Account" tab, select the booked flight ticket that you wish to reschedule. Step 4: You will find the option "Request for Reschedule".

How can I change my flight date for free? ›

How Can I Change My Flight Without Paying a Fee?
  1. Do Your Research. “Always be prepared” isn't just the Boy Scout motto. ...
  2. Change Within 24 Hours of Booking. ...
  3. Increase Your Status. ...
  4. Check If You Have Trip Cancellation Insurance. ...
  5. Make a Same-Day Change. ...
  6. Call Customer Service.
Mar 9, 2020

How many days before can I reschedule my flight? ›

For domestic bookings, customers can make any changes or cancellations free of charge within 24 hours of booking, if booked at least 7 days before the travel dates.

How many luggages are allowed in Ethiopia? ›

On the other hand, economy class passengers can check in two pieces of 23 kg each. For domestic travels within Ethiopia, Cloud Nine passengers can check in up to 30 kg of baggage, whereas economy class ticket holders can check in up to 20 kg of baggage.

How many kg baggage is allowed on Ethiopian Airlines? ›

Please note that the maximum weight limit per single baggage is 32 kg for business class and 23 kg for economy class on all flights across the Atlantic (outbound and return, as well as transfers). Baggage exceeding this weight limit will not be accepted for check- in.

How many bags are allowed in international flight? ›

International flights allow one, and often two, pieces of checked luggage per passenger.

How much does 2 checked bags cost? ›

How much does it cost to check a bag?
CarrierFirst bagSecond bag
American$30$40
Delta$30$40
Frontier$55 to $89$60 to $89
Hawaiian$25 to $30$35 to $40
5 more rows
Sep 3, 2022

What does 2 baggage allowance mean? ›

If your flight ticket is marked with the code “2 PC”, you may take two pieces of baggage, each weighing a maximum of 23 kg. If your flight ticket is marked with the code “3 PC”, you may take three pieces of baggage, each weighing a maximum of 23 kg.

Is it cheaper to buy extra baggage online? ›

It's nearly always cheaper to book extra hold luggage in advance rather than paying excess baggage fees at the airport. Airlines know that keeping within weight/size limits is not always possible, so they encourage you to plan ahead by selling extra weight online.

What is not allowed on Ethiopian Airlines? ›

Explosive, munitions fireworks and flares. Flammable liquids and solids such as lighter or heating fuels, matches, paints, thinners, fire-lighters. Oxidizing materials such as bleaching powder, and peroxides. Poisons and infectious substances such as insecticides, weed-killers and live virus materials.

Do I need a printed copy of my boarding pass? ›

Depending on the requirements of airport authorities, you will need to present a mobile boarding pass, a paper boarding pass printed out by you or a paper boarding pass picked up from the check-in desk.

Do I need to carry boarding pass printout? ›

Boarding Pass

Passengers are requested to carry a print out of their boarding card once they have completed their mobile Check-in. The boarding pass can also be obtained from one of the IndiGo counters at the airport. However, it is recommended to take the print in advance to skip the queue.

Videos

1. How to Buy a Ticket on Ethiopian Airlines Mobile App - English
(Edy's Howto)
2. Flying Ethiopian Airlines - How They Became the Biggest in Africa?
(Sam Chui)
3. Atlanta now welcoming flights to Ethiopia | FOX 5 News
(FOX 5 Atlanta)
4. Ethiopia Plane Crash, Ethiopia Airlines B737 MAX Crashes After Takeoff, Addis Ababa Airport [XP11]
(Bull Bosphorus)
5. Ethiopian Airlines announces direct flights from Atlanta to Addis Ababa
(The New Africa Channel)
6. Ethiopian airlines launches new flights from Atlanta
(Atlanta News First )

References

Top Articles
Latest Posts
Article information

Author: Jamar Nader

Last Updated: 07/29/2023

Views: 6144

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.