Mellieħa, Malta



Today's Selected Apartments

May 24, 2025

Sea View Penthouse Mellieha Bay

star iconstar iconstar icon

Sea View Penthouse Mellieha Bay

In the morning you can enjoy a rich sweet and savory breakfast buffet with the possibility of gluten-free and lactose-free products on request. There is a new buffet restaurant inside the hotel

Apartment address: Triq Dawret It-Tunnara 7, MLH 4210 Mellieħa, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are allowed on request.

Most popular facilities

Fast free Wifi 241 Mbps) • Beachfront • Airport shuttle • Free parking • Family rooms

Penthouse "Maltese scent"

star iconstar iconstar iconstar icon

Penthouse

Breakfast is served outdoors in warm weather. It features sweet and savory food such as cold meats, cheese, bacon and cakes. The Vigilerhof Hotel has a restaurant serving Italian cuisine and specialties from South Tyrol.

Apartment address: Triq Tas-Salib 83 Triq Tas Salib Coral Court, MLH 1637 Mellieħa, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Airport shuttle • Non-smoking rooms

Francis Flats Modern Penthouse

star iconstar iconstar iconstar icon

Francis Flats Modern Penthouse

Rooms at Hotel y Suites Nader have a sitting area with a flat-screen TV and DVD player. They include a telephone, safe and private bathroom. Studios also have a well-equipped kitchenette.

Apartment address: ST FRANCIS TRIQ SANTA MARIA PHANTHOUSE NO 7, MLH 1655 Mellieħa, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Airport shuttle • Free parking • Non-smoking rooms

Summer Breeze Penthouse with private Hot Tub & terrace with panoramic views, by Getawaysmalta

star iconstar iconstar iconstar icon

Summer Breeze Penthouse with private Hot Tub & terrace with panoramic views, by Getawaysmalta

"Offering a restaurant, Auberge Kasbah Ait Marghad is located in Boumalne.

Apartment address: Triq Ta' Masrija, Mellieħa, Malta

parking
Free public parking is available at a location nearby (reservation is not possible).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Outdoor swimming pool • Free WiFi • Airport shuttle • Free parking • Family rooms • Non-smoking rooms

Mellieha Bay 3 Bedroom Apartment " Bliss on the bay "

star iconstar iconstar icon

Mellieha Bay 3 Bedroom Apartment

Friendly staff at the 24-hours reception are happy to assist you with local area information and tour inquiries. Laundry service is available at a surcharge, while daily housekeeping is free. Other services provided include complimentary wifi, parking and security for a truly indulgent stay."

Apartment address: Triq Il-Marfa Waterfront Block A, Mellieħa, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Free!Pets are allowed on request.

Most popular facilities

Free WiFi • Beachfront • Airport shuttle • Family rooms • Non-smoking rooms

Mellieha Luxury Penthouse with sea & country views

star iconstar iconstar icon

Mellieha Luxury Penthouse with sea & country views

Fitted with white and light-wood furnishings, all rooms come with a flat-screen TV, fridge and electric kettle. Certain rooms feature a microwave for guest's convenience. An air purifier/humidifier is also provided in each room. The private bathrooms feature a shower, while certain bathrooms are additionally equipped with a bath. Extras include a hairdryer and free toiletries.

Apartment address: Triq I-Ghajn tal-Melieha, MLH 4050 Mellieħa, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

document.addEventListener('DOMContentLoaded', function () {/*** provides the current user's cookie consent* in order to use it:* 1. inline privacy/cookieConsent.js in the page you need to use it.* please note that this library relies on window.PCM.isCountryNeedCookieBanner to be initialised* before using (calling getValue function) it* 2. in your js file:** var privacyCookieConsent = B.require('privacyCookieConsent');* var consent = privacyCookieConsent.getValue();*/B.define('privacyCookieConsent', function () {var consentGroupIsAllowed = {analytical: 'C0002%3A1',marketing: 'C0004%3A1'};var optanonConsentCookieName = 'OptanonConsent';var optanonBoxClosedCookieName = 'OptanonAlertBoxClosed';var halfOfYearMillis = 180 * 24 * 60 * 60 * 1000;function isDefined(value) {return value && value !== "undefined";}function parseConsentToObject(consent) {var result = {};if (typeof consent === 'string') {var parts = consent.split('&');parts.forEach(function (part) {var keyAndValue = part.split('=');result[keyAndValue[0]] = keyAndValue[1];});}return result;}function isConsentValid(consent, alertBoxClosed) {return isDefined(consent) &&isDefined(alertBoxClosed) &&new Date() - new Date(alertBoxClosed) -1;return result;}).reduce(function (result, currentValue) {return Object.assign(result, currentValue);}, {functional: true});}}function getImplicitConsent() {var consentValue = !doesGeolocationRequireBanner();return {functional: true,analytical: consentValue,marketing: consentValue};}function getValue() {var consent = getExplicitConsent();if (!consent) {consent = getImplicitConsent();}return consent;}return {getValue: getValue};});//c360 javascript tracker first iteration//sends a track request to c360 http tracker//in order to use it://1. inline the c360Tracker.js in the page you need to use it//2. in your js file://// var c360Tracker = B.require('c360Tracker');// var event = {// action_name:"accommodation_checkout_confirmation_viewed",// action_version :"0.2.0",// content : { "transaction_id" : 123434},// user : { "BKNG_user_id": 123434}// };// c360Tracker.track(event);B.define('c360Tracker', function () {var enrichedContext = {};var queue = [];var queueTimeout = null;var flushInterval = 1000;var flushSize = 10;var configuration = {validateInput: false};var track = function (event) {if (event == null) {return "event object is null or empty";} else {var validationResult = new ValidationResult(true);if (configuration.validateInput) {validationResult = validateInput(event);}if (!validationResult.success) {return validationResult.message;}enqueue(event);//send([event])to send it syncrounously}};function enqueue(event) {if (queue.length == 0) {queueTimeout = setTimeout(flush, flushInterval);}queue.push(event);if (queue.length >= flushSize) {if (queueTimeout !== null) {clearTimeout(queueTimeout);}flush();return;}}function flush() {send(queue, true);queue = [];queueTimeout = null;}function withContextProvider(isFlush) {var trackerVersion = '0.1.0'if (isFlush) {trackerVersion = '0.1.1';}return function (item) {return Object.assign({}, item, {context: enrichedContext,tracker: {tracker_name: 'C360JSTracker',tracker_type: 'Client',tracker_version: trackerVersion}});}}function send(events, isFlush) {var payload = {events: events.map(withContextProvider(isFlush))};return $.ajax({url: '/c360/v1/track',type: 'POST',dataType: 'json',data: JSON.stringify(payload),});}enrich();var scheme ={"type": "object","properties": {"action_name": {"type": "string","description": "action name (ex. element viewed)",},"action_version": {"type": "string","description": "action version"},"content": {"type": "object","description": "content defined by the registered producer scheme"}}};function ValidationResult(success, message) {this.success = success;this.message = message;}function validateInput(event) {var result = validateObject(event, scheme);return result;}function validateObject(obj, scheme) {if (scheme.properties != null) {var propsArray = Object.getOwnPropertyNames(scheme.properties);for (var i = 0i ;window.PCM = {isCountryNeedCookieBanner: 0,isGpcSignalEnabled: 0,loadStartedAt: 1709649680,countryCode: 'us',isUserLoggedIn: 0,verifyEnabled: 1,};;;(function(w){var ts = +new Date();w.PageLoadTimer = {};w.PageLoadTimer.start = ts;}(window));function b_cors_check(supported) { var value = supported ? 1 : 0if (!/(^|;)\s*cors_js=/.test(document.cookie)) { var d = new Date()d.setTime(d.getTime() + 60 * 60 * 24 * 365 * 1000)var cookieDomain = '.booking.com' || '.booking.com'document.cookie = 'cors_js=' + value +'domain=' + cookieDomain + 'path=/expires=' + d.toGMTString()} if (!value) { location.reload()} } ;(function(d) { d.addEventListener('error', function(e) { if (e.target && e.target.classList.contains('crossorigin-check-js')) { b_cors_check(false)} }, true)})(document) • ;(function() {window.b_early_errors = window.b_early_errors || [];window.onerror = function() {window.b_early_errors.push(arguments);};}()) • document.querySelector('#main-css-preload').addEventListener('load', function() {window.mainCssWasLoaded = 1;}) • • #basiclayout, .basiclayout { margin: 0} #special_actions { margin: 3px 15px 3px 0} .ticker_space { margin-top: 3px !important} #logo_no_globe_new_logo { top: 14px} .b_msie_6 #top, .b_msie_6 body.header_reshuffle #top {height:61px !important;} .b_msie_6 #special_actions { margin: 3px 15px 3px 0overflow:visible} body.header_reshuffle #top { min-height: 50px !importantheight: auto !important} .nobg { background: #fff url("https://cf.bstatic.com/static/img/nobg_all_blue_iq/b700d9e3067c1186a3364012df4fe1c48ae6da44.png") repeat-xbackground-position: 0 -50px} • if( window.performance && performance.measure && 'b-stylesheets') { performance.measure('b-stylesheets')} • Mellieha Luxury Penthouse with sea & country views, Mellieħa – Updated 2024 Prices

Sunshine Apartments Mellieha - modern two bedroom penthouse with terrace

star iconstar iconstar icon

Sunshine Apartments Mellieha - modern two bedroom penthouse with terrace

Both a bicycle rental service and a car rental service are available at the apartment.

Apartment address: Invictus Court, 28 Triq ir-Rattan, MLH 1522 Mellieħa, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking • Non-smoking rooms

Seafront Penthouse w unobstructed Sea Views

star iconstar iconstar iconstar icon

Seafront Penthouse w unobstructed Sea Views

Saint Mary of the Angels is 21 miles from Villa L'Oliveto, while Basilica di San Francesco is 23 miles away. The nearest airport is Perugia San Francesco d'Assisi Airport, 26 miles from the accommodation."

Apartment address: Bay Blue, Triq Il-Marfa, MLH 9065 Mellieħa, Malta

parking
Free private parking is available at a location nearby (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Beachfront • Free parking • Non-smoking rooms

Panoramic Penthouse Haven

star iconstar iconstar icon

Panoramic Penthouse Haven

"Located in Auckland, 12 miles from Howick Historical Village, Rydges Formosa Auckland Golf Resort provides accommodations with a garden, free private parking, a shared lounge and a restaurant. This 4-star resort offers a 24-hour front desk, a concierge service and free WiFi. Guests can have a drink at the bar.

Apartment address: Triq Il-Knisja L-Qadima, Manikata, MLH 5200 Mellieħa, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Airport shuttle • Free parking • Family rooms • Non-smoking rooms

Lovely 1 bed Penthouse -country & Seaview

Lovely 1 bed Penthouse -country & Seaview

The rooms at this property have a flat-screen TV with cable channels and are surrounded by the lush garden.

Apartment address: Triq Louis Wettinger, MLH 1982 Mellieħa, Malta

parking
Free private parking is available on site (reservation is needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Airport shuttle • Free parking

Lovely Penthouse in Mellieha-seaview

star iconstar iconstar iconstar icon

Lovely Penthouse in Mellieha-seaview

Popular points of interest near the guest house include Catholic Osaka Umeda Church, Tsunashikiten Shrine Otabisha, and Hankyu Men's Osaka. The nearest airport is Itami Airport, 12 miles from Guesthouse Ten-roku - Female Only."

Apartment address: Triq is-Sagħtar, MLH 2266 Mellieħa, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Airport shuttle

Jaysky penthouse on Etna Street

star iconstar iconstar iconstar icon

Jaysky penthouse on Etna Street

You can play darts at Geoglobe Chambre d'Hòtes, and bike rental is available. Outdoor play equipment is also available at the accommodation, while guests can also relax in the garden.

Apartment address: Triq L-Etna, MLH 2006 Mellieħa, Malta

parking
Free public parking is available at a location nearby (reservation is not needed).
family
Children of all ages are welcome.
pets
Free!Pets are allowed.

Most popular facilities

Free WiFi • Free parking

Conmal Penthouse In Mellieha Bay

Conmal Penthouse In Mellieha Bay

Popular points of interest near Suite della villa include Piazza Mazzini, Piazza Sant'Oronzo, and Lecce Cathedral. The nearest airport is Brindisi - Salento Airport, 25 miles from the accommodation."

Apartment address: Triq Il-Marfa, MLH 1111 Mellieħa, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi

Mellieha Bay Seafront 1BED Penthouse

Mellieha Bay Seafront 1BED Penthouse

The area is popular for cycling, and car rental is available at the vacation home. A baby safety gate is also available at Il Balcone delle Dee, while guests can also relax in the garden.

Apartment address: 12 Triq Dawret It-Tunnara, Mellieħa, Malta

parking
No parking available.
family
Children not allowed.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Airport shuttle

Luxury Penthouse with rooftop pool in Mellieha

star iconstar iconstar iconstar icon

Luxury Penthouse with rooftop pool in Mellieha

"Via Serrati 21 offers accommodations in Milan, 4.2 miles from Lambrate Station and 4.4 miles from Villa Necchi Campiglio. The property is around 4.5 miles from Palazzo Reale, 4.5 miles from Porta Romana Metro Station, and 4.5 miles from Museo Del Novecento. The accommodation provides airport transfers, while a car rental service is also available.

Apartment address: 154 Triq il-Mitħna l-Ġdida, Mellieħa, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Swimming pool • Free WiFi • Free parking

Mediterranean Luxury 2BR Penthouse with Sea Views

star iconstar iconstar iconstar icon

Mediterranean Luxury 2BR Penthouse with Sea Views

"Casa Vacanze Dafne in Salento offers accommodations in Otranto, 12 miles from Roca and 29 miles from Piazza Mazzini. This apartment provides air-conditioned accommodations with a balcony. Outdoor dining is also possible at the apartment.

Apartment address: K14, Townsend, Halq Ic-Cawl Street, Mellieħa, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Non-smoking rooms