

Desertcart purchases this item on your behalf and handles shipping, customs, and support to Seychelles.
๐ฅ Power Meets Portability โ Game, Create, Dominate Anywhere!
The ASUS ROG Flow Z13 (2025) is a cutting-edge 13.4-inch 2-in-1 gaming laptop featuring a 16-core AMD Ryzen AI MAX+ 395 processor, 128GB ultra-fast LPDDR5X memory, and RDNA 3.5 graphics. Its stunning 2.5K 180Hz touchscreen display with 100% DCI-P3 color coverage delivers vivid visuals, while Wi-Fi 7 and USB 4.0 ensure future-proof connectivity. Designed for professionals and gamers on the move, it offers up to 10 hours of battery life, a flexible 170ยฐ kickstand, and whisper-quiet cooling technology, making it the ultimate portable powerhouse.










| Asin | B0DW238TXK |
| Audio Features | 2 x 2 Watt Speakers, Smart Amp Technology, Hi-Res certification (for headphone), Dolby Atmos |
| Audio Output Type | 1 x 3.5 mm Headphone/Microphone Combo Jack |
| Automatic Backup Software Included | 1-month trial for new Microsoft 365 customers (Credit card required), XBOX Game Pass for PC 3 Months |
| Battery Cell Type | Lithium Ion |
| Battery Life | 10 hours |
| Best Sellers Rank | #7,676 in Computers & Accessories (See Top 100 in Computers & Accessories) #964 in Traditional Laptop Computers |
| Bluetooth Version | 5.4 |
| Brand | ASUS |
| Built In Media | GZ302EA-XS99, Powercord and Adapter, User Guide |
| Cellular Technology | Ryzen AI |
| Chipset Type | 395 |
| Color | Off Black |
| Compatible Devices | External displays, keyboards, mice, storage devices, printers, and other accessories that support USB, HDMI, Bluetooth, or Wi-Fi connections. |
| Connectivity Technology | Wi-Fi 7, Bluetooth 5.4, HDMI, USB, AUX |
| Cpu Model Generation | 5th Gen |
| Cpu Model Number | AI MAX+ 395 |
| Cpu Model Speed Maximum | 5.1 GHz |
| Customer Reviews | 4.4 4.4 out of 5 stars (78) 4.4 out of 5 stars |
| Display Resolution Maximum | 2560x1600 |
| Display Technology | In-Plane Switching (IPS), In-plane Switching (IPS) Technology |
| Display Type | LED |
| Form Factor | 2 in 1 Gaming Notebook |
| Graphics Card Ram | 8 GB |
| Graphics Coprocessor | Radeon 8060S Graphics |
| Graphics Description | Dedicated |
| Graphics Ram Type | DDR5 SDRAM |
| Hard Disk Description | SSD |
| Hard Disk Interface | Solid State |
| Hard Drive Size | 1 TB |
| Human Interface Input | Touch Pad |
| Item Dimensions L X W X Thickness | 11.81"L x 0.51"W x 8.03"Th |
| Item Weight | 2.7 pounds |
| Keyboard Description | Backlit |
| Keyboard Layout | QWERTY |
| Lithium Battery Energy Content | 70 watt-hours |
| Manufacturer | ASUS |
| Maximum Display Brightness | 500 nit |
| Memory Speed | 8000 MHz |
| Model Name | ROG Flow Z13 |
| Model Number | GZ302EA-XS99 |
| Model Year | 2025 |
| Native Resolution | 2560 x 1600 pixels |
| Number Of Ports | 5 |
| Operating System | Windows 11 Pro |
| Other Special Features Of The Product | Backlit Chiclet Keyboard |
| Processor Brand | AMD |
| Processor Count | 16 |
| Processor Series | Ryzen AI |
| Processor Speed | 5.1 GHz |
| Ram Memory Installed | 128 GB |
| Ram Memory Maximum Size | 128 GB |
| Ram Memory Technology | LPDDR5X |
| Ram Type | DDR5 RAM |
| Resolution | 2560 x 1600 |
| Screen Size | 13.4 inches |
| Specific Uses For Product | Gaming |
| Total Number Of Hdmi Ports | 1 |
| Total Usb Ports | 3 |
| Touch Screen Type | Capacitive |
| Unit Count | 1 Count |
| Upc | 197105894914 |
| Video Output | HDMI, DisplayPort |
| Video Processor | AMD |
| Warranty Description | 1 Year |
| Wi Fi Generation | Wi-Fi 7 |
| Wireless Compability | 802.11ax |
| Wireless Technology | Wi-Fi 7, Bluetooth 5.4 |
User
Local AI datacenter on the go
Most reviews of the ASUS ROG Flow Z13 focus on gaming benchmarks and frame rates. This review is different. I tested this machine as a Local AI Workstation, pushing it to the absolute physical limit with Llama 3.1 70B, massive 128k context windows, and asynchronous multi-agent Python workflows.The verdict? The AMD "Strix Halo" chip inside this tablet is a monster that breaks the rules of what a laptop is supposed to be capable of.The "Killer Feature": 112GB of Unified MemoryThe single most important spec for Local AI is VRAM.NVIDIA RTX 4090 Laptop: Caps at 16GB VRAM.NVIDIA RTX 4090 Desktop: Caps at 24GB VRAM.ASUS ROG Flow Z13 (Strix Halo): Access to 96GB+ of VRAM.This is the game-changer. By adjusting a specific setting in Armoury Crate (or BIOS), you can allocate nearly all of the system's 128GB LPDDR5X RAM directly to the GPU.Real-World Impact: While RTX 4090 users struggle to fit a quantized 70B model into memory (often resorting to aggressive splitting or slow CPU offloading), the Z13 loads Llama 3.1 70B (Q4_K_M) with a full 128k Context Window entirely into VRAM. It feels less like a laptop and more like a portable Mac Studio Ultra or a dual-3090 rig.The Stress Test: "Scanner & Reader" ArchitectureTo test the limits, I ran a custom Python compliance engine using LM Studio as the backend.1. The "Scanner" (Llama 3.1 8B)Task: Rapidly chunking and analyzing 50+ sections of text.Performance: Blistering speed. The 8B model is so small relative to the 96GB VRAM that I could run AsyncIO concurrency, firing off 10 requests simultaneously with a batch size of 8192.2. The "Reader" (Llama 3.1 70B)Task: Deep reasoning over massive 30-page blocks of text (120,000 characters per prompt).Performance: This is where Strix Halo shines. Loading a 70B model and filling a 128k context window requires ~60GB+ of VRAM. The Z13 handled it without crashing, processing massive contexts that would OOM almost any other consumer device.Proof of PowerThe screenshot shows Llama 3.1 70B loaded with a full 128k Context Window and an Evaluation Batch Size of 10,240. This configuration is usually reserved for data center nodes. Loaded also concurrently is Llama 3.1 8B.The "Gotchas": It's Not Plug-and-PlayUnlike the "It just works" experience of NVIDIA (CUDA), the AMD Strix Halo architecture is bleeding-edge. You will have to tune it.1. The "Reverse Bottleneck" Crash I discovered that if you allocate too much RAM to the GPU (e.g., 96GB), you starve the Windows OS (leaving it only ~16GB).The Crash: Attempting to load a 42GB model file caused an immediate crash because there wasn't enough System RAM to stage the file.The Fix: I had to disable mmap in LM Studio to stream data directly to the GPU, bypassing the System RAM bottleneck. Alternatively, setting the GPU allocation to 64GB (leaving 48GB for System) provided the perfect stability balance.2. Driver Quirks (The "pp buffer" Error) The AMD ROCm/Vulkan drivers are strict about buffer sizes. Pushing context to 128k caused failed to allocate compute pp buffers errors at first, but it took some trial and error to tune the right settings in LM Studio to find the right combination to make it work.The Fix: Enabling Flash Attention was mandatory. It linearized the memory usage, preventing the driver buffer from overflowing during massive prompts.3. Hardware Gremlins The rear RGB window has a mind of its own, often getting stuck or conflicting with Windows Dynamic Lighting. A toggle reset in Armoury Crate usually fixes it, but it's a minor annoyance on a premium chassis.SummaryThe ASUS ROG Flow Z13 (Strix Halo) is currently the only portable device on the market that can comfortably run a 70B Parameter Model with a 128k Context Window locally.If you are a gamer, get an RTX laptop. But if you are an AI Engineer who needs to run Enterprise-grade models on a plane, in a coffee shop, or at a secure on-site client meeting, this device has no equal.Pros:โ Massive VRAM capacity (up to ~110GB usable for AI).โ Runs 70B models entirely on GPU with high batch sizes.โ "Shared Memory" speed is surprisingly fast (LPDDR5X bandwidth).โ Extremely portable form factor for the power.Cons:โ Requires significant BIOS/Software tuning.โ AMD software ecosystem (ROCm/LM Studio) requires more configuration than CUDA.โ Battery life evaporates when the AI Engine is running full tilt, but hey it's a tablet after all.Final Score: 9.5/10 for Local AI Utility.
User
Like a new toy gives you excitements
Iโve been using the ASUS ROG Flow Z13 (with 128 GB main memory configuration) for a while now, and overall itโs an impressive piece of hardwareโespecially if you value portability without giving up serious performance.First, the design is one of its strongest points. Itโs essentially a gaming laptop in a tablet form factor, which makes it extremely versatile. The detachable keyboard is convenient, and the build quality feels premium and solid. Itโs easy to carry around, whether youโre commuting or just moving between rooms.Performance-wise, this machine delivers. With 128 GB of RAM, multitasking is effortlessโyou can run demanding games, heavy applications, and background processes simultaneously without noticeable slowdown. Itโs clearly built not just for gaming, but also for content creation, virtualization, or any RAM-intensive workflows. Games run smoothly with high settings, and load times are minimal.The display is another highlight. Itโs sharp, bright, and responsive, which enhances both gaming and everyday use. Touch functionality is a nice bonus, although most gamers may not rely on it much.However, there are a few downsides. Battery life is average at best, especially under heavy loadโyouโll likely need to stay plugged in for gaming sessions. Also, because of its compact design, it can get warm and the fans can be noticeable when pushed hard. The keyboard, while functional, may not feel as comfortable as a traditional gaming laptop keyboard for long sessions.Overall, the ASUS ROG Flow Z13 is a powerful and innovative device that blends portability with high-end performance. Itโs ideal for users who want a flexible, compact gaming system without sacrificing capability. If youโre okay with the trade-offs in battery life and thermals, itโs definitely worth considering.
User
Amazing laptop
Works great, really clean and plenty powerful. Battery lasts long enough for me, screen is crystal clear, and it's the perfect size. Expensive but 128gb of ram isn't cheap. Super powerful cpu and the most powerful igpu, that you can assign up to 96gb of ram to.
User
Good laptop that does what it says on the box
Performs beautifully after some tuning. Basically, a portable workstation that can also play games. Very sturdy construction. You have to be a little careful with the keyboard, though.
User
Great tiny gaming laptop, disappointed local AI server
Size and weight is light, and noise is in good control. Also its performance is great for gaming (around 4060-5060).However, compared with its ram size, its AI running speed is quite low, which makes it can run big model but in low speed.The quality of the screen is clear and beautiful, but its keyboard is unstable and wobbling when typing.
User
The perfect laptop for my needs!
Arrived a day late but it was worth the wait and every penny. This laptop is perfect for my needs and works superbly. The device is sleek and efficient, fan noise is low even on turbo mode. Itโs perfectly sized with durable construction for travel or desk. Iโm excited to travel with this device. The display is crisp and vivid, making games and videos a joy to watch.
User
Great internals ruined by shoddy accessories and poor warranty support
While I would love to write a glowing review of the Flow Z13 that highlights its great performance, impressive cooling design, and great connectivity features, these truths are deeply overshadowed by a major design flaw. The detachable keyboard is clearly, physically broken, and ASUS wants me to send the entire tablet in to honor their warranty repair. I bought this product as a Christmas gift for my daughter, who just graduated high school and has already been accepted into a private art school, where they have already begun attending classes. The computer has been in light indoor-only use for only about six months, and they're actively using it for art projects right now.Because it was purchased for art usage, and the performance was primarily to run demanding creative applications instead of gaming, the detachable keyboard is frequently folded behind the machine or detached. When folding it behind the tablet, it disables the keyboard to prevent accidental keypresses. It does this after a short delay of a few seconds, but often this is enough for unintended inputs. My daughter goes back and forth between using the keyboard for typing assignments or navigating and using the computer normally and tablet-only mode for drawing, so they attach and detach the keyboard somewhat regularly.The keyboard is held on to the tablet body with magnets, and doesn't include any way to remove it except to pull the keyboard away from the tablet body entirely, no levers, pry points, or latches. This would be convenient, except that the keyboard uses a ribbon cable through a flexible bit of synthetic fabric into a plastic bar that houses the electrical connector (via pogo-pins) and also holds the magnets that align and hold the keyboard to the tablet body. That plastic bar is made of two plastic pieces, with the magnets, connector, and circuitry sandwiched in between before it is glued. The keyboard and flexible fabric piece are attached to the "bottom" half of the plastic, the tablet body mates against the "top" half of the plastic.Put simply, the magnets are stronger than the glue. It came apart during normal use and now most of the keys don't register. Some still do, like the volume keys, for some reason, but most don't register at all any more. ASUS will not allow me to send only the clearly physically damaged keyboard in for the warranty repair.I've been a happy ASUS consumer for years, mostly in components rather than whole systems. I've built up confidence that their PC components are good and their support stands behind their products, which is what led me to purchasing this _very expensive_ machine that my child needed to rely on for their studies. I no longer have faith that ASUS is capable of designing and engineering integrated consumer products, nor that they will stand by those products when there is clearly a design flaw that leads to component failure.I'm going to have to just buy another keyboard because this machine hasn't live through nearly enough of its life to justify replacing it entirely, and I can't take the tool away from my daughter that they need for their studies to send it in for who knows how long while they do... whatever they're going to do to the rest of the tablet body while the detachable keyboard is being replaced.I've made my last ASUS purchase. It's been a good run!
User
Great machine, highly recommend
Use this as a daily driver for Ai research and development. Have had for several months and use it every day. Absolutely love it and all the reviews about its capabilities are not hype. I installed CachyOS for the frequent rolling updates to ROCm runtimes as AMD improves them. I have used it to develop agentic memory systems and fine tune models without issue. Running local llms well has a learning curve, but this hardware is definitely capable.
User
Genuine Product
Well received.
User
Best allrounder performance device!
This is undoubtedly one of the best performance devices available.Amazing hardware quality, and not only for gaming, but all workloads are processed super smooth and hyperfast.
User
Powerful machine with a special cooling system
Very powerful machine and ideal for local LLM development, it will get hot when running LLM or playing video games. But unlike other typical laptop that the weight is on the keyboard side, this one is on the screen side. The good thing is that the keyboard is nice and cool. The cooling system is letting air flow from the back and out at the top, so make sure there are enough room from the wall, that said, do not cover the back with any cover.
Trustpilot
1 month ago
1 month ago